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 +}