Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
update media screen minWidth after last styling update
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplessHQ committed Sep 22, 2023
1 parent 04799b8 commit 77ede58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/landing-page/dist-landing/assets/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/landing-page/src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ hr {
color: white;
}

@media screen and (max-width: 500px) {
@media screen and (max-width: 570px) {
.expanded {
display: flex;
align-items: start;
Expand All @@ -130,7 +130,7 @@ hr {
}
}

@media screen and (min-width: 500px) {
@media screen and (min-width: 570px) {
.nav-links {
display: flex;
position: static;
Expand Down

0 comments on commit 77ede58

Please sign in to comment.