From 2a84fbe9facf2cc09d808e443f7590e247d1f8bf Mon Sep 17 00:00:00 2001 From: Titus Date: Sat, 23 Nov 2024 16:27:22 +0100 Subject: [PATCH] fix mobile ul styling --- styles/globals.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/styles/globals.scss b/styles/globals.scss index 554c1fa..4673a49 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -97,7 +97,9 @@ a { color: currentColor; } -p { +p, +ul, +ol { line-height: 1.5; font-size: $DesktopFontSizeM; @@ -281,12 +283,14 @@ p { ul, ol { - font-size: 1.25rem; margin-left: 10px; + @media (max-width: $breakPointM) { + margin-left: -10px; + } } li { - padding-bottom: 10px; + padding-bottom: 6px; } h1,