Skip to content

Commit

Permalink
home hero spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Stone committed Jun 7, 2023
1 parent 8a152a1 commit e26d211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/template/components/_component--home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@
// ----------------------------------------------------------------------------

.home--hero-wrapper {
margin-top: 64px;
margin-top: 54px;
width: 100vw;
box-sizing: border-box;
@include stack(xs);
@include respond-to(m){
margin-top: 64px;
}

.img-wrapper {
width: 100vw;
Expand Down

0 comments on commit e26d211

Please sign in to comment.