Style: Switch homepage top section down to a single column on medium-sized screens

This commit is contained in:
Kelly Dwan 2024-09-02 17:47:13 -04:00
parent 276565fe93
commit 7e2e3204b8
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -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;