From 684a4177371ad3a12787bcdd267d9d37a24e4838 Mon Sep 17 00:00:00 2001 From: Bricec6 <51750055+Bricec6@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:16:53 +0200 Subject: [PATCH] Change padding to margin --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 38e4ed3..4bd15b3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -405,7 +405,7 @@ body { .hero-content { width: 100%; - padding: 150px 0; + margin: 150px 0; position: relative; z-index: 1; } @@ -472,7 +472,7 @@ body { } .hero-content { - padding: 100px 0; + margin: 100px 0; } .hero-buttons {