From ad3412ff955ea7ab8fe2fa550ce82f7a1ce2bb34 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Tue, 7 Feb 2023 12:20:27 +0100 Subject: [PATCH] bigger content padding --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1c0757f..d820fcc 100644 --- a/css/style.css +++ b/css/style.css @@ -52,7 +52,7 @@ img { .content { font-size: 1.4rem; text-align: center; - padding: 3% 12% 0; + padding: 3% 20% 0; flex: 1; }