X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/be8886dee519a890138da95643787b230e760295..e90c9ada43f72f692aeb9c1ad512dbd5c3513a18:/base.css diff --git a/base.css b/base.css index 46f6e35..7cafc57 100644 --- a/base.css +++ b/base.css @@ -114,6 +114,7 @@ body > pre { border-width: 0 1px; border-style: solid; white-space: pre; + font-size: 1.9vmin; /* cover full width at most */ } code { white-space: nowrap; @@ -132,17 +133,17 @@ h2 small { padding-top: .17ex; } -dl { +.section dl { display: grid; grid: auto-flow / 1fr 1fr; clear: both; } @media (max-width: 42em) { - dl { + .section dl { grid: auto-flow / minmax(8em, 1fr) minmax(20em, 1fr); } } -dl > dt { +.section dl > dt { grid-column: 1; text-align: right; }