Skip to content

Commit

Permalink
add width
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyna authored and Valentyna committed Dec 23, 2024
1 parent 5c48b38 commit 3e5564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/box/header.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.header {
position: relative;
width: 1024px;
width: 100%;
height: 60px;
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -97,6 +97,6 @@
}

@media (min-width: 1200px) {
width: 1200px;
width: 100%;
}
}

0 comments on commit 3e5564d

Please sign in to comment.