diff --git a/src/css/mk.css b/src/css/mk.css index dd84709..d9caa0d 100644 --- a/src/css/mk.css +++ b/src/css/mk.css @@ -15,6 +15,7 @@ body { code { font-size: 15px; } +label + pre { margin-top: 2px; } pre { line-height: 1em; font-size: 13px; @@ -32,7 +33,7 @@ ul, li, p, section, header, footer, img { hyphens: auto; } h1, h2, h3, h4, h5, h6, pre, code, blockquote, p, ul, ol, section, header, -figure,table { +figure,table,label { margin-top: var(--lh); margin-bottom: var(--lh); }