From 702bbb08074873da4c11b14d20985327fe3559d0 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Mon, 27 Mar 2023 08:33:52 -0500 Subject: [PATCH] minor styling tweaks --- site/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/style.css b/site/style.css index 36bcce1..ccf21f9 100644 --- a/site/style.css +++ b/site/style.css @@ -225,6 +225,10 @@ ol li { padding: 0.5rem 0; } +ol li aside { + margin-top: 0.25rem; +} + ol li:hover { border-top: 1px solid black; border-bottom: 1px solid black; @@ -410,6 +414,9 @@ h2 svg { } @media only screen and (max-width: 50ch) { + .seriesDetails section { + font-size: 1em; + } #nowPlaying { display: none; }