Skip to content

Commit

Permalink
Merge pull request #97 from Valik3201/bugfix/bodyStyle
Browse files Browse the repository at this point in the history
body style fix
  • Loading branch information
Valik3201 committed Jan 6, 2024
2 parents ab3f5c8 + 5c31501 commit 6c4b2f4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/style/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -715,10 +715,6 @@ svg.logo-icon {
z-index: -999999999;
}
@media (max-width: 767px) {
body {
min-width: 375px;
max-width: 767px;
}
.nav-list,
.sign-up-button {
display: none;
Expand Down Expand Up @@ -798,10 +794,6 @@ svg.logo-icon {
}
}
@media (min-width: 768px) and (max-width: 1023px) {
body {
min-width: 768px;
max-width: 1023px;
}
.hamburger-icon {
display: none;
}
Expand Down Expand Up @@ -845,10 +837,6 @@ svg.logo-icon {
}
}
@media (min-width: 1024px) {
body {
max-width: 1440px;
min-width: 1024px;
}
.hamburger-icon {
display: none;
}
Expand Down

0 comments on commit 6c4b2f4

Please sign in to comment.