diff options
author | Jonas Kohl | 2024-07-20 17:24:39 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-20 17:24:39 +0200 |
commit | d2b319798d5d0f72a37929836b1d711e5e6fa513 (patch) | |
tree | 31096209b190667a57e949941d06515728bc17d1 | |
parent | 79f6258de7ac677a23bf977d2c015d745de84833 (diff) |
Change width of table to fit on 1024x768 screen
-rw-r--r-- | src/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |