content fixes

This commit is contained in:
Matthias Kretschmann 2017-08-30 12:30:33 +02:00
parent 9bcdd0eef4
commit a777e02d89
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 9 additions and 1 deletions

View File

@ -98,7 +98,7 @@ $edge-height: $spacer * 4;
.hero__content {
position: relative;
z-index: 1;
z-index: 2;
}
.hero__title {

View File

@ -12,3 +12,11 @@
@import 'logo';
@import 'caretakers';
@import 'board';
.content--page--markdown {
padding-top: $spacer * 2;
@media ($screen-sm) {
padding-top: $spacer * 4;
}
}