Skip to content

Commit

Permalink
корректировка медиа запроса
Browse files Browse the repository at this point in the history
  • Loading branch information
gadjster committed Mar 1, 2024
1 parent 0a1f8ba commit d7ea20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--mainfont: "IBM Plex mono";
}

@media screen and (min-device-width: 375px) and (max-device-width: 768px) {
@media screen and (min-width: 375px) and (max-width: 768px) {
.main-title {
font-size: clamp(7.25rem, 7.0115rem + 1.0178vw, 7.5rem);
}
Expand Down Expand Up @@ -74,7 +74,7 @@
}
}

@media (max-device-width: 375px) {
@media (max-width: 375px) {
.header__title {
margin-inline-start: 10px;
margin-block-start: 38px;
Expand Down

0 comments on commit d7ea20e

Please sign in to comment.