X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/f2f70556922d006af212d3cd977450e8d140ee84..ec1703ff7346b6d3edeee73f1c6dfa750b7aeed4:/content/style.scss diff --git a/content/style.scss b/content/style.scss index b0c042c..f71a6a3 100644 --- a/content/style.scss +++ b/content/style.scss @@ -50,6 +50,7 @@ a:active { color: $linkactivecolour; } h1 { @include header_size(60em, 2em); } h2 { @include header_size(60em, 1.5em); } +h5 { @include header_size(60em, 1em); } p>img { max-width: 40em; width: 100%; height: auto; } @@ -65,7 +66,7 @@ p, table, div, ul, ol, dl, hr { margin: 0; } -p, table, body>div { margin: 1em 0; } +p, table, body>div, h5 { margin: 1em 0; } li { margin: 0 0 0 2em; } dd { margin: 0 0 0 1em; } @@ -156,14 +157,13 @@ table.cc { } // Site footer rules -#footer { +#footer, #article-info { text-align: center; max-width: 44em; padding: 0 3em; margin: 0; p { - color: $annotationcolour; display: inline-block; font-size: 0.8em; max-width: 100%; @@ -171,6 +171,9 @@ table.cc { } } +#footer p { color: $annotationcolour; } +#article-info p { font-style: italic; } + // "unordered" lists with explicit ordering in content ul.ordered > { li { list-style: none; }