Skip to content

Commit

Permalink
header css handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm1pleScr1pt committed Sep 26, 2024
1 parent e8d7e10 commit da67251
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
position: fixed;
} */

header {
display: block;
}

.header nav#nav {
box-sizing: border-box;
display: grid;
Expand Down
3 changes: 3 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,11 @@ body.overlay-active {
}

/* header css */


header {
height: 112px;
display: none;
}

@media screen and (width <= 1200px) {
Expand Down

0 comments on commit da67251

Please sign in to comment.