X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/53a6ba8267b2e8bf88d601c55e2df429a5230ff0..5603ef1d534888f3e85b93c98fb2623d4154fead:/notes/static/style.css?ds=sidebyside diff --git a/notes/static/style.css b/notes/static/style.css index ae3c9da..3cbd4b7 100644 --- a/notes/static/style.css +++ b/notes/static/style.css @@ -13,18 +13,31 @@ h2 a:link, h2 a:visited, h2 a:active, h2 a:hover { color: #212529; } + +article .publication-date { + font-style: italic; + font-size: smaller; +} + footer { color: #ffffff; background-color: #212529; } +@media screen and (min-width: 600px) { + footer div:first-child { + padding-left: 10em; + padding-right: 10em; + } +} + footer ul { list-style-type: none; margin-left: 0; padding-left: 0; } -article .publication-date { - font-style: italic; - font-size: smaller; +footer #copyright { + text-align: center; + margin-top: 2em; } \ No newline at end of file