aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--page.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/page.c b/page.c
index cb2bffb..cf04f9a 100644
--- a/page.c
+++ b/page.c
@@ -1331,6 +1331,10 @@ int page_style(struct http_response *const r)
" justify-content: center;\n"
" text-decoration: auto;\n"
"}\n"
+ "table\n"
+ "{\n"
+ " max-width: 50%;\n"
+ "}\n"
"tr:nth-child(even)\n"
"{\n"
" background-color: lightgray;\n"