X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/be8886dee519a890138da95643787b230e760295..fb64d209400b33131e19a17c407c0f91dc6d6dca:/base.css diff --git a/base.css b/base.css index 46f6e35..a2a7d16 100644 --- a/base.css +++ b/base.css @@ -132,17 +132,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; }