Move margin to flex-row element

so that the header elements are evently aligned vertically. fixes 
This commit is contained in:
Matthew Taylor 2016-11-30 08:28:05 -05:00
parent f84df573a3
commit 435021658b

View file

@ -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;
}