From 7840f67fb71851cf952c413168a2cdea22d8b508 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Apr 2023 15:50:12 +0000 Subject: [PATCH] add spacing to table --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 4bb4cae..b7d8d71 100644 --- a/static/style.css +++ b/static/style.css @@ -24,7 +24,8 @@ table { border: 1px solid white; margin-left: auto; margin-right: auto; - width: 90%; + width: 100%; + margin-block: 2.5em; } td { border: 1px solid white;