summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index f7d9ef5..0b734f8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -98,6 +98,8 @@ code {
}
table, th, td {
- width: 400px ;
+ width: 400px;
+ margin-left: auto;
+ margin-right: auto;
border: 1px solid;
}