getting this on GH

This commit is contained in:
Patrick Marsceill
2017-11-08 11:23:05 -05:00
parent bdd5d105e1
commit be0d00cb2a
8 changed files with 55 additions and 14 deletions

View File

@@ -73,12 +73,21 @@
}
.page-header {
border-bottom: $border $border-color;
background-color: $grey-lt-000;
@include mq(md) {
.main-content {
background-color: $white;
border-bottom: $border $border-color;
}
.main-content {
padding-top: 0;
@include mq(md) {
display: flex;
justify-content: space-between;
padding-top: $sp-4;
}
}
}