Merge 44f6733d8b04356c2520cdb513941490cfdf3e51 into 7be47742a6dc86f22d148ca9d304f7a9eea318cf

This commit is contained in:
Emile Bangma 2025-02-01 00:27:47 -05:00 committed by GitHub
commit 84515a5c81
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 {