aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-06-05 03:53:18 -0400
committerThedro Neely <thedroneely@gmail.com>2020-06-05 03:53:18 -0400
commit9521b43c073d705cb8ac3d5d809d42252ed416d0 (patch)
tree36b372ac0486e433a778ef9e8eff448f21d620ca /public
parent580ccaef75b8a79bae907f9f7150c91fc2375529 (diff)
downloadthedroneely.com-9521b43c073d705cb8ac3d5d809d42252ed416d0.tar.gz
thedroneely.com-9521b43c073d705cb8ac3d5d809d42252ed416d0.tar.bz2
thedroneely.com-9521b43c073d705cb8ac3d5d809d42252ed416d0.zip
public/css/tdro: Fix navbar break point
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index b72eb6d..76ecfad 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4216,7 +4216,7 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
@media screen and (min-width: 1088px) { .navbar-menu, .navbar-item { display: inline-block; } }
-@media screen and (min-width: 524px) {
+@media screen and (min-width: 525px) {
.navbar__active { border-bottom: 2px solid dodgerblue !important; }
a.navbar-item { border-bottom: 2px solid transparent; }
a.navbar-item:hover { border-bottom: 2px solid dodgerblue; }