Skip to content

Instantly share code, notes, and snippets.

@jonathanstegall
Created September 30, 2024 22:10
Show Gist options
  • Save jonathanstegall/0e80869daf6f59cdb2ba11e15edd5def to your computer and use it in GitHub Desktop.
Save jonathanstegall/0e80869daf6f59cdb2ba11e15edd5def to your computer and use it in GitHub Desktop.
/* add this element as the first child of header__row header__row--first and header__row header__row--second */
.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