Skip to content

Commit

Permalink
Merge pull request #22 from elrouss/headerPopup
Browse files Browse the repository at this point in the history
fix: исправила переключатель темы
  • Loading branch information
sofiapeshekhonova authored Jan 18, 2023
2 parents 9fc8c03 + 99fc712 commit a8823c6
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 40 deletions.
2 changes: 1 addition & 1 deletion blocks/header/__burger/header__burger.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: none;
}

@media screen and (max-width: 560px) {
@media screen and (max-width: 561px) {
.header__burger {
display: block;
width: 21px;
Expand Down
6 changes: 4 additions & 2 deletions blocks/switcher-color-theme/switcher-color-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
gap: 22px;
}

@media screen and (max-width: 770px) {
/* @media screen and (max-width: 770px) {
.switcher-color-theme {
display: none;
}
}
} */


Loading

0 comments on commit a8823c6

Please sign in to comment.