Skip to content

Commit

Permalink
Tweaked media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdlm committed Nov 25, 2019
1 parent f3b9fb6 commit 6541e35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Cowboy Bebop logo image better */
}

.subtitleNav {
max-width: 100px;
max-width: 245px;
}
}

Expand All @@ -117,6 +117,10 @@ Cowboy Bebop logo image better */
.instructionText {
width: 3750px;
}

.subtitleNav {
max-width: 100px;
}
}

@media screen and (max-width: 1042px) {
Expand Down

0 comments on commit 6541e35

Please sign in to comment.