This commit is contained in:
Patrick Marsceill
2017-06-04 17:50:01 -04:00
parent b06e4198df
commit 76d8f0c50c
10 changed files with 67 additions and 55 deletions

View File

@@ -53,8 +53,7 @@
}
}
.main-content,
.search {
.main-content {
padding-top: $gutter-spacing-sm;
@include container;
@@ -73,6 +72,17 @@
}
}
.page-header {
border-bottom: $border $border-color;
@include mq(md) {
.main-content {
display: flex;
justify-content: space-between;
}
}
}
.navigation,
.site-title {