From d8540e6e7f6fb6f1922ae938c5c6dc897b9f04ff Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 26 Apr 2022 15:21:29 -0400 Subject: [PATCH] Make it more readable on smaller screens --- web/static/app.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/web/static/app.css b/web/static/app.css index 8b63f47..a14f189 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -24,6 +24,18 @@ } } +/* +:not(thead):not(tfoot) > * > td { + --font-size: 1.5rem; +} +*/ + +@media (min-width: 768px) { + :root { + --font-size: 35px; + } +} + .destructive { background-color: firebrick !important; -} \ No newline at end of file +}