Give the hero body some more top margin so it doesn't crash into the menu
This commit is contained in:
parent
ca8501e90f
commit
707002c326
1 changed files with 2 additions and 2 deletions
|
|
@ -169,7 +169,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hero-body {
|
.hero-body {
|
||||||
padding: 2rem 2rem 2rem 1rem;
|
padding: 6rem 2rem 2rem 1rem;
|
||||||
z-index: +1;
|
z-index: +1;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
.title {
|
.title {
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
}
|
}
|
||||||
@include desktop {
|
@include desktop {
|
||||||
.hero-body {
|
.hero-body {
|
||||||
padding: 3rem 3rem 3rem 1.5rem;
|
padding: 6rem 3rem 3rem 1.5rem;
|
||||||
.title {
|
.title {
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
font-size: $size-2;
|
font-size: $size-2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue