mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 02:23:43 +03:00
Style: Switch homepage top section down to a single column on medium-sized screens
This commit is contained in:
parent
276565fe93
commit
7e2e3204b8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue