Merge 44f6733d8b04356c2520cdb513941490cfdf3e51 into 4e4930ef9c2e2ddb9bcb1436660d3a3002c19844

This commit is contained in:
Emile Bangma 2025-01-30 21:51:25 +00:00 committed by GitHub
commit 3e27e7f0be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {