mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-19 06:54:18 +02:00
Merge 44f6733d8b04356c2520cdb513941490cfdf3e51 into 4e4930ef9c2e2ddb9bcb1436660d3a3002c19844
This commit is contained in:
commit
3e27e7f0be
@ -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