X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/8047c9c84ae645321839dd5fbeb59fd785c3ea5b..1dc021529f88ca4f1ebfed76ffe6378272a23032:/content/style.css diff --git a/content/style.css b/content/style.css index 8f6d630..df0a548 100644 --- a/content/style.css +++ b/content/style.css @@ -29,6 +29,19 @@ p { max-width: 50em; } +#footer { + border-top: 1px solid lightgray; + max-width: 50em; + margin: 0; + padding: 0; +} + +#footer>p { + text-align: center; + font-size: 0.9em; + max-width: none; +} + @media (max-width: 512px) { - p { text-align: left; } + p, #footer>p { text-align: left; } }