mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00
Fix mobile
This commit is contained in:
parent
a7ba176e82
commit
44f6733d8b
@ -184,7 +184,7 @@ a {
|
||||
box-sizing: border-box;
|
||||
padding: $topSpacing 2rem 2rem 2rem;
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
@ -202,6 +202,9 @@ a {
|
||||
padding: 0;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
@media all and not ($mobile) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
& .sidebar.right {
|
||||
@ -225,6 +228,9 @@ a {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media all and ($desktop) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
& .page-header,
|
||||
& .page-footer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user