X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/de605446b3ed408672aecd74462a25de41c1367c..64d30f74d06b8a451802a39ff512435ad9d779a4:/content/style.css diff --git a/content/style.css b/content/style.css index 0f4b097..1028de0 100644 --- a/content/style.css +++ b/content/style.css @@ -59,21 +59,10 @@ ul, ol, dl { dt, dd, li { text-align: justify; - margin: 0 0 0 2em; padding: 0; } - -dl.terms>dt { - display: list-item; - font-weight: bold; - text-align: left; - - float: left; -} - -dt::after { - content: " "; -} +li { margin: 0 0 0 2em; } +dd { margin: 0 0 0 1em; } ul.ordered>li { list-style: none; @@ -168,7 +157,11 @@ kbd::before { @media (max-width: 512px) { body { margin: 0.6em; } ul ul { margin-left: -1.2em; } + dd { margin: 0; } } -@media (max-width: 28em) { li, dd, dt, p, #footer>p { text-align: left; } } -@media (max-width: 35em) { #sitetitle>* { float: none; } } +@media (max-width: 28em) { li, dd, dt, p { text-align: left; } } +@media (max-width: 35em) { + #sitetitle>* { float: none; } + #footer { padding: 0 1em; } +}