From d2b319798d5d0f72a37929836b1d711e5e6fa513 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 17:24:39 +0200 Subject: Change width of table to fit on 1024x768 screen --- src/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/style.css b/src/static/style.css index ab2ce4d..ff40db7 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -12,7 +12,7 @@ a { color: #05456a; } #wrapper { - width: 1024px; + width: 960px; margin: 0 auto; } #logoCell { -- cgit v1.2.3