Created
July 14, 2023 15:29
-
-
Save maagmirror/a5f09b60290c05bf43f10165c7d7f5dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ast-builder-grid-row.ast-grid-center-col-layout { | |
grid-template-columns: 1fr 2fr 1fr; | |
} | |
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-search { | |
min-width: 100%!important; | |
} | |
.ast-search-menu-icon.ast-inline-search { | |
width: 100%; | |
} | |
.search-form label, .search-field{ | |
min-width: 100%!important; | |
} | |
form.search-form { | |
border-radius: 20px!important; | |
} | |
form.search-form { | |
background: #dddddd!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment