From 61566ffa42bb906bcb64fb39d8ec501370ebd2b7 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sat, 6 Aug 2022 22:31:16 +0200 Subject: [PATCH] made tables wider on mobile --- web/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/style.css b/web/style.css index cdde07d..5080524 100644 --- a/web/style.css +++ b/web/style.css @@ -123,3 +123,9 @@ body.dark-theme a { color: darkturquoise; } } + +@media (max-width: 600px) { + table { + width: 100%; + } +} \ No newline at end of file