aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-10-08 02:30:47 -0400
committerThedro Neely <thedroneely@gmail.com>2020-10-08 02:30:47 -0400
commita2c6d84e6c5e104c38de6ae04ff3ad6afe9321a2 (patch)
treee2436bd59513b332fd6e7fd24a48c97fd6b63533 /public
parent58f3210092f03ee109f949f05b55cc23487cab14 (diff)
downloadthedroneely.com-a2c6d84e6c5e104c38de6ae04ff3ad6afe9321a2.tar.gz
thedroneely.com-a2c6d84e6c5e104c38de6ae04ff3ad6afe9321a2.tar.bz2
thedroneely.com-a2c6d84e6c5e104c38de6ae04ff3ad6afe9321a2.zip
public/css/tdro: Disable flex on mobile columns on mobile
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 0fcac2a..0f52c5a 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4179,6 +4179,8 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
a.navbar-item:hover { border-bottom: 2px solid dodgerblue; }
}
+@media screen and (max-width: 400px) { .is-mobile { display: block !important; } .is-mobile .column { width: 100% !important; } }
+
.navbar-mobile, .navbar-burger { display: none; }
.navbar__left { display: inline-flex; justify-content: flex-start; }