From bf69d3011a5f2af4e6bdf9fc8ab9a7f71af8976f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 21 Aug 2022 01:58:25 +0200 Subject: Center tables --- static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3-70-g09d2