From f3a784345e7850ef7271eb0ff7865c3b613df008 Mon Sep 17 00:00:00 2001 From: itasli Date: Sun, 7 May 2023 14:23:26 +0200 Subject: [PATCH] Update style.css update card margin to center it --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 984cc1a..a251826 100644 --- a/static/style.css +++ b/static/style.css @@ -52,7 +52,7 @@ body { background: #fff; border-radius: 8px; padding: 30px 40px; - margin: 20px 0 20px; + margin: auto; border: 1px solid #999; }