Skip to content

Commit

Permalink
Header viewPort-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrTarabanko committed May 18, 2023
1 parent 7d2eaeb commit 3218e97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/sass/layouts/_mobile-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

top: 0;
left: 0;
width: 100vw;
width: 100%;
height: 100vh;
padding: 200px 100px 350px;

Expand Down Expand Up @@ -66,12 +66,12 @@
padding: 8px 16px;
}
}
.mobile-menu__icon {
// display: flex;
// align-items: center;
// margin-bottom: 24px;
// margin-left: 4px;
}
// .mobile-menu__icon {
// // display: flex;
// // align-items: center;
// // margin-bottom: 24px;
// // margin-left: 4px;
// }
.mobile-menu__img {
width: 100%;
top: 60%;
Expand Down

0 comments on commit 3218e97

Please sign in to comment.