Skip to content

Commit

Permalink
Merge pull request #1090 from mewtaylor/issue/gh-1089
Browse files Browse the repository at this point in the history
Fix GH-1089: Move margin to flex-row element
  • Loading branch information
mewtaylor committed Nov 30, 2016
2 parents f84df57 + 4350216 commit 93bffc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/splash/hoc-banner/hoc-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
justify-content: space-between;
}

.hoc-banner-header-h1 {
.flex-row.mod-hoc-banner-header {
margin-bottom: 1.25rem;
}

.hoc-banner-header-h1 {
color: $type-white;
}

Expand Down

0 comments on commit 93bffc7

Please sign in to comment.