Skip to content

Commit

Permalink
Update screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed Nov 24, 2021
1 parent 882965e commit be8f640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ body {
white-space: nowrap;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
@media screen and (max-width: 523px) and (min-width: 320px) {
.navbar-item.logo-large {
display: none !important;
}
Expand Down Expand Up @@ -178,7 +178,7 @@ body {
}
}

@media screen and (max-width: 1023.5px) and (min-width: 481px) {
@media screen and (max-width: 1023.5px) and (min-width: 524px) {
.navbar-item.logo-small {
display: none !important;
}
Expand Down

0 comments on commit be8f640

Please sign in to comment.