commit | 769a17fdf019a36057ac838b54e4d9b561f0afbe | [log] [tgz] |
---|---|---|
author | 00day0 <therandomuser11@gmail.com> | Mon Apr 08 12:31:11 2019 +0200 |
committer | 00day0 <therandomuser11@gmail.com> | Mon Apr 08 12:31:11 2019 +0200 |
tree | 1ffc9586b1c2589b65537d2405d9001f11628e2b | |
parent | 354614c01cefed2b602129b3fa670e8c952bf732 [diff] |
add +100px to lowest @media query to improve scaling
diff --git a/css/animations.css b/css/animations.css index 1674bae..ba7e644 100644 --- a/css/animations.css +++ b/css/animations.css
@@ -566,7 +566,7 @@ text-align: center; /* color: #0080ff;*/ } -@media (max-width:767px) { +@media (max-width:867px) { .display-3 { font-size: 4.4rem;} .navbar-ontop { background-color: #303030 !important;} }