Fix: Padding from header & hero banner

This commit is contained in:
Chneemann 2024-09-08 08:45:28 +02:00
parent 09f253c01a
commit 4cdf58142c
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ section {
position: absolute; position: absolute;
width: 60%; width: 60%;
top: 120px; top: 120px;
left: 96px; left: 48px;
gap: 32px; gap: 32px;
opacity: 0px; opacity: 0px;
} }

View file

@ -9,7 +9,7 @@ header {
left: 0; left: 0;
right: 0; right: 0;
height: 88px; height: 88px;
padding: 10px 96px; padding: 10px 48px;
z-index: 1; z-index: 1;
} }
@ -30,7 +30,7 @@ header {
/*------------- RESPONSIVE -------------*/ /*------------- RESPONSIVE -------------*/
@media screen and (max-width: 700px) { @media screen and (max-width: 600px) {
header { header {
padding: 10px 24px; padding: 10px 24px;
} }