Created
September 30, 2024 22:10
-
-
Save jonathanstegall/0e80869daf6f59cdb2ba11e15edd5def to your computer and use it in GitHub Desktop.
This file contains 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
/* 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