From 5e8b85b65844b9addd7cfe8404a3655240584fd8 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Thu, 29 Dec 2022 11:56:43 -0800 Subject: [PATCH] Revert typo for font size. Fix font size on mobile? --- assets/css/main.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index ccf96f3..0f3a2d8 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -68,11 +68,11 @@ body.home > div#page header#masthead { body.home > div#page article header { display: none; } -639 + body.home > div#page article div.entry-content { color: white; font-weight: var(--weight-bold); - font-size: var(--font-size-xlarge); + font-size: var(--font-size-normal); } body.home form#search-form { @@ -227,12 +227,17 @@ footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-col } @media (min-width: 640px) { - header#masthead { display: flex; flex-direction: row; } + body.home > div#page article div.entry-content { + color: white; + font-weight: var(--weight-bold); + font-size: var(--font-size-xlarge); + } + body.home > div#page header#masthead { margin-bottom: 15vh; }