X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/3a5001bc6cc19ade29104063c7275485b81b718c..bf91078d6b5c7d4f5b376ddb25b825c9cabf8e85:/base.css diff --git a/base.css b/base.css index 405b282..e7d5fdd 100644 --- a/base.css +++ b/base.css @@ -153,11 +153,17 @@ dl > dd { } @media (max-width: 42em) { .section dl { - grid: auto-flow / minmax(8em, 1fr) minmax(20em, 1fr); + grid: auto-flow / minmax(8em, 1fr) minmax(10em, 3fr); } dl > dd { margin-bottom: 1ex; /* distinguish rows more as dts can wrap */ } + dd small { + display: inline-block; + } + dd code { + white-space: normal; + } } /* "keyboard" (list of keys) */