Skip to content

Commit

Permalink
Updated mobile media query
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamar committed Feb 27, 2024
1 parent d869392 commit 416b4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
Mobile
https://stackoverflow.com/a/7354648/21322342
*/
@media (min-width: 450px) and (max-width: 1200px ){ /* Phones */
@media (min-width: 450px) and (max-width: 730px ){ /* Phones */
.navbar * {
font-size: 3em;
}
Expand Down

0 comments on commit 416b4ca

Please sign in to comment.