From 4646b959aadfdd697e258567c5e8a6fe334bc9f0 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 7 Jun 2024 22:17:59 +0100 Subject: [PATCH] Tweak margins --- style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 0bbbc79..c2e3448 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ body { counter-reset: section; margin: 5rem 1rem; + font-family: Georgia, 'Times New Roman', Times, serif; } h1, @@ -21,12 +22,12 @@ h2::before { } .section { - max-width: 36rem; + max-width: 31rem; margin: 2rem auto; } .verse { - max-width: 30rem; + max-width: 26rem; margin-left: auto; } @@ -34,10 +35,8 @@ h2::before { padding-left: 1em; } -@media screen and (max-width: 32rem) { - .line { - display: inline-block; - margin-left: 2em; - text-indent: -2em; - } +.line { + display: inline-block; + margin-left: 2em; + text-indent: -2em; } \ No newline at end of file