Skip to content
Snippets Groups Projects
Commit 8310df59 authored by Silvio Giebl's avatar Silvio Giebl
Browse files

Fixed css style

parent 1d1564e5
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@
@include mq(md) {
max-width: $search-results-width;
padding-top: $gutter-spacing-sm;
padding-left: #{$gutter-spacing + $sp-5};
padding-bottom: $gutter-spacing-sm;
padding-left: #{$gutter-spacing + $sp-5};
background-color: $body-background-color;
border-radius: 0;
box-shadow: none;
......@@ -251,8 +251,8 @@
@include mq(md) {
.main {
position: absolute;
height: 100vh;
width: 100vw;
height: 100vh;
overflow: hidden;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment