Merge 44f6733d8b04356c2520cdb513941490cfdf3e51 into 32ec711767401c93605b7631f03eee47dea1cada

This commit is contained in:
Emile Bangma 2025-02-09 15:30:47 +09:00 committed by GitHub
commit 224eabbef5
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 {