Fix: Padding from header & hero banner
This commit is contained in:
parent
09f253c01a
commit
4cdf58142c
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue