mirror of
https://github.com/thangisme/notes.git
synced 2025-02-21 06:57:46 -05:00
Fixed css style
This commit is contained in:
parent
1d1564e5c0
commit
8310df593c
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user