aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-02-01 16:40:43 -0500
committerThedro Neely <thedroneely@gmail.com>2021-02-01 16:40:43 -0500
commit67021351deb7c35711af23e82d67d2deac9ed904 (patch)
tree73266d23e3165aaff1fab3c51a31efb104a04f20
parentefec0b332ad3912a8049d32ecc65cf71b06818f4 (diff)
downloadthedroneely.com-67021351deb7c35711af23e82d67d2deac9ed904.tar.gz
thedroneely.com-67021351deb7c35711af23e82d67d2deac9ed904.tar.bz2
thedroneely.com-67021351deb7c35711af23e82d67d2deac9ed904.zip
public/css/tdro: Switch table layout to fixed on mobile view
-rw-r--r--public/css/tdro.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index a2bdd2b..7ea7119 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4115,6 +4115,7 @@ table td:not([align]), table th:not([align]) { text-align: left; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
table th { font-weight: 700; font-variant: small-caps; text-transform: lowercase; letter-spacing: 0.05rem; padding: 0.4rem; }
table, table code { font-size: 1.15rem; }
+@media (max-width: 550px) { table { table-layout: fixed; } }
/*