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