mirror of
https://github.com/thangisme/notes.git
synced 2024-11-20 01:55:56 -05:00
Fixed css style
This commit is contained in:
parent
1d1564e5c0
commit
8310df593c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user