X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ba59e8d53b056133db5322dce1510a0044971c1f..5fb434cb1857f0a1d81fa1c24bb8c79cb7df2498:/base.css diff --git a/base.css b/base.css index c349bde..061ca16 100644 --- a/base.css +++ b/base.css @@ -138,11 +138,6 @@ h2 small { grid: auto-flow / 1fr 1fr; clear: both; } -@media (max-width: 42em) { - .section dl { - grid: auto-flow / minmax(8em, 1fr) minmax(20em, 1fr); - } -} .section dl > dt { grid-column: 1; text-align: right; @@ -154,7 +149,15 @@ dl > dd { grid-column: 2; text-align: left; padding-left: 1em; - margin: 0; + margin: 0 0 .5ex; +} +@media (max-width: 42em) { + .section dl { + grid: auto-flow / minmax(8em, 1fr) minmax(20em, 1fr); + } + dl > dd { + margin-bottom: 1ex; /* distinguish rows more as dts can wrap */ + } } /* "keyboard" (list of keys) */