summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 17:24:39 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 17:24:39 +0200
commitd2b319798d5d0f72a37929836b1d711e5e6fa513 (patch)
tree31096209b190667a57e949941d06515728bc17d1 /src
parent79f6258de7ac677a23bf977d2c015d745de84833 (diff)
Change width of table to fit on 1024x768 screen
Diffstat (limited to 'src')
-rw-r--r--src/static/style.css2
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 {