From 5a6a31188910e7a3cb379e3d1abf2c78ed22cae2 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 16 Jul 2025 12:03:29 -0600 Subject: [PATCH] Make the width: 100% on section more specific --- src/style.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/style.css b/src/style.css index 10428a4..762d091 100644 --- a/src/style.css +++ b/src/style.css @@ -122,6 +122,14 @@ blockquote { padding: 16px; } + &>section { + width: 100%; + + @media (--phone) { + width: unset; + } + } + @media (--phone) { flex-direction: column; padding: 32px; @@ -315,18 +323,6 @@ body { margin: 0; } -section { - width: 100%; - - &.footnotes { - width: unset; - } - - @media (--phone) { - width: unset; - } -} - h1 { font-size: 32pt; /* margin: 0; */