From d59d2992f6908e64ad6ca9adfe415131f04906e1 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 6 Apr 2020 00:56:15 +0200 Subject: [PATCH] smaller padding --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index fb3cda8..7569ada 100644 --- a/index.css +++ b/index.css @@ -92,7 +92,7 @@ header > div { } .container > div { - padding: 30px; + padding: 10px 20px; text-align: left; box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12); border-radius: 4px; -- 2.30.2