Create condition for no search and add config/css

This commit is contained in:
Patrick Marsceill
2018-11-16 11:46:43 -05:00
parent 45eea0efb6
commit d11e332dc6
7 changed files with 18 additions and 8 deletions

View File

@@ -79,8 +79,6 @@
@include mq(md) {
background-color: $white;
border-bottom: $border $border-color;
}
.main-content {
@@ -88,8 +86,11 @@
@include mq(md) {
display: flex;
justify-content: space-between;
justify-content: flex-end;
height: 60px;
padding-top: $sp-4;
padding-bottom: $sp-4;
border-bottom: $border $border-color;
}
}
}