From 7a4a7bf2480b37049f640d32dc50243bb9b7190f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Malard?= Date: Thu, 14 Mar 2024 14:32:36 +0100 Subject: [PATCH] feat: improve display --- styles/components/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/header.scss b/styles/components/header.scss index 43d3be3..2f85ffa 100644 --- a/styles/components/header.scss +++ b/styles/components/header.scss @@ -3,7 +3,7 @@ background: #fff; display: flex; justify-content: space-between; - padding: 2rem 10rem; + padding: 0 10rem 2rem 10rem; width: 100%; z-index: 3;