Skip to content

Instantly share code, notes, and snippets.

@jonathanstegall
Last active October 1, 2024 18:07
Show Gist options
  • Select an option

  • Save jonathanstegall/59364d4f81b2c719d0abc19554beb6af to your computer and use it in GitHub Desktop.

Select an option

Save jonathanstegall/59364d4f81b2c719d0abc19554beb6af to your computer and use it in GitHub Desktop.
/* 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