From 67021351deb7c35711af23e82d67d2deac9ed904 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 1 Feb 2021 16:40:43 -0500 Subject: public/css/tdro: Switch table layout to fixed on mobile view --- public/css/tdro.css | 1 + 1 file changed, 1 insertion(+) 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; } } /* -- cgit v1.2.3