mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00
Merge 44f6733d8b04356c2520cdb513941490cfdf3e51 into 7be47742a6dc86f22d148ca9d304f7a9eea318cf
This commit is contained in:
commit
84515a5c81
@ -205,6 +205,9 @@ a {
|
||||
padding: 0;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
@media all and not ($mobile) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
& .sidebar.right {
|
||||
@ -228,6 +231,9 @@ a {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media all and ($desktop) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
& .page-header,
|
||||
& .page-footer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user