mirror of
https://github.com/thangisme/notes.git
synced 2025-11-18 07:51:22 -05:00
Fixed css style
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user