Fixed css style

This commit is contained in:
Silvio Giebl 2019-12-04 18:11:44 +01:00
parent 1d1564e5c0
commit 8310df593c
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@
@include mq(md) { @include mq(md) {
max-width: $search-results-width; max-width: $search-results-width;
padding-top: $gutter-spacing-sm; padding-top: $gutter-spacing-sm;
padding-left: #{$gutter-spacing + $sp-5};
padding-bottom: $gutter-spacing-sm; padding-bottom: $gutter-spacing-sm;
padding-left: #{$gutter-spacing + $sp-5};
background-color: $body-background-color; background-color: $body-background-color;
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
@ -251,8 +251,8 @@
@include mq(md) { @include mq(md) {
.main { .main {
position: absolute; position: absolute;
height: 100vh;
width: 100vw; width: 100vw;
height: 100vh;
overflow: hidden; overflow: hidden;
} }
} }