From 7e2e3204b820e2edd002eff1ccbd4603f2dcfd57 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 2 Sep 2024 17:47:13 -0400 Subject: [PATCH] Style: Switch homepage top section down to a single column on medium-sized screens --- themes/wporg-5ftf-2024/src/style/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes/wporg-5ftf-2024/src/style/style.scss b/themes/wporg-5ftf-2024/src/style/style.scss index 96bb8b4..394da9e 100644 --- a/themes/wporg-5ftf-2024/src/style/style.scss +++ b/themes/wporg-5ftf-2024/src/style/style.scss @@ -15,6 +15,15 @@ box-shadow: 0 0 0 1.5px currentColor; } +/* Style the homepage top section. */ +.is-hero-section { + + @media (max-width: 1080px) { + flex-direction: column; + row-gap: var(--wp--preset--spacing--40); + } +} + /* Remove border from search form. */ .wp-block-search { --wp--custom--form--border--width: 0;