fix use cases header spacing

* closes #160
This commit is contained in:
Matthias Kretschmann 2017-07-27 11:41:20 +02:00
parent 0b0ffba004
commit 064ae17cf3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 3 additions and 2 deletions

View File

@ -177,8 +177,10 @@
}
.header--usecase {
padding-bottom: $spacer * 4;
hgroup {
margin-top: ($spacer * 5);
margin-top: ($spacer * 3);
}
.header__title {
@ -200,7 +202,6 @@
display: block;
color: $brand-main-blue-light;
font-size: $font-size-lg;
margin-bottom: $spacer * 2;
}
}