Skip to content

Commit

Permalink
Fixes hero-complex alignment with rest of layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevious committed May 28, 2018
1 parent 63acc7d commit db3a113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rh/client/scss/components/blocks/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@

.hero-content-primary {
@include xy-cell(auto);
@include collapse-gutters(margin);
order: 1;
margin-top: 0;
padding-top: 5rem;
Expand All @@ -175,6 +176,7 @@
.hero-content-secondary {
@include xy-cell(6);
order: 2;
margin-right: 0;
}
}

Expand Down

0 comments on commit db3a113

Please sign in to comment.