From 838b3b85243453605d2935437b7ca7e910e1cd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozman?= <tomas.hozman@pm.me> Date: Tue, 29 Nov 2022 23:10:44 +0100 Subject: [PATCH] padding --- content/static/css/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/static/css/base.css b/content/static/css/base.css index 41b0592..f0877e7 100644 --- a/content/static/css/base.css +++ b/content/static/css/base.css @@ -41,7 +41,8 @@ #intro-wrapper { margin-left:auto; margin-right:auto; - max-width:750px + max-width:750px; + padding:20px } #logo { -- GitLab