From df98056a86800e9be8ff1e20d8351e79ee0facce Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 30 Oct 2023 10:54:22 -0400 Subject: [PATCH] CSS org --- themes/v2/assets/css/style.scss | 42 ++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 2dea403..8eed3ea 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -99,20 +99,29 @@ sup { font-size: 0.8em; } -figure { - margin: 0; -} - -code { - background-color: #ddd; - padding: 1px 1ch; - border-radius: 3px; -} .nowrap { white-space: nowrap; } +.references, .footnotes { + font-size: 0.8em; + + h3 { + margin-bottom: 0; + } + + ul { + margin-top: 0.5em; + } +} + +// IMAGES + +figure { + margin: 0; +} + img { width: 100%; height: auto; @@ -134,16 +143,13 @@ img { } } -.references, .footnotes { - font-size: 0.8em; - h3 { - margin-bottom: 0; - } +// CODE - ul { - margin-top: 0.5em; - } +code { + background-color: #ddd; + padding: 1px 1ch; + border-radius: 3px; } .highlight, pre { @@ -164,6 +170,8 @@ pre { border-radius: 3px; } +// AUDIO + .music-track { align-items: center; display: flex;