Last active
October 1, 2024 18:07
-
-
Save jonathanstegall/59364d4f81b2c719d0abc19554beb6af 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
| /* main.css */ | |
| .result { | |
| max-width: 1024px; | |
| } | |
| @media (min-width: 1024px) { | |
| .search-page #searchApp.search-view { | |
| /* padding: 0 var(--grid-margin-lg); */ | |
| padding: 0; | |
| max-width: 1440px; | |
| margin: 24px auto; | |
| width: 100%; | |
| } | |
| } | |
| .header--content-wrapper { | |
| display: flex; | |
| align-items: center; | |
| justify-content: space-between; | |
| width: 100%; | |
| max-width: 1440px; | |
| margin: 0 auto; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment