Skip to content

Commit

Permalink
Update adaptive.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMartseniuk authored Aug 3, 2023
1 parent 712921c commit 587fc41
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/adaptive.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,14 @@
@media (max-width: 767.98px) {
.header__burger {
display: block;
z-index: 6;
}

.header__logo {
position: realetive;
z-index: 6;
}

.header__nav {
transition: all 0.3s ease 0s;
position: fixed;
Expand All @@ -83,6 +90,7 @@
top: -100%;
left: 0;
background-color: #fff;
z-index: 5;
}
.header__nav.active {
top: 0;
Expand Down Expand Up @@ -250,4 +258,4 @@
.feat__photo {
transform: scale(0.6);
}
}
}

0 comments on commit 587fc41

Please sign in to comment.