Reduce blank space under hero image
This commit is contained in:
parent
bee03a8e64
commit
e619e8da3a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ section.hero {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
margin-top: 3rem;
|
margin-top: 2rem;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
|
Loading…
Reference in a new issue