Skip to content

Commit

Permalink
Подстраивает иконку закрытия поиска
Browse files Browse the repository at this point in the history
  • Loading branch information
vitya-ne committed Sep 7, 2024
1 parent a2f221a commit b20e6e0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/styles/blocks/header-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,28 @@
}

.header-button-icon--close {
width: 30px;
height: 30px;
width: 28px;
height: 28px;
}

@media (width >= 1024px) {
@media (width >= 768px) {
.header-button-icon--close {
width: 35px;
height: 35px;
width: 30px;
height: 30px;
}
}

@media (width >= 1366px) {
@media (width >= 1024px) {
.header-button-icon--close {
width: 37px;
height: 37px;
width: 32px;
height: 32px;
}
}

@media (width >= 1680px) {
.header-button-icon--close {
width: 43px;
height: 43px;
width: 40px;
height: 40px;
}
}

Expand Down

0 comments on commit b20e6e0

Please sign in to comment.