Update custom.scss

This commit is contained in:
Komeno 2025-11-11 15:14:44 +09:00 committed by GitHub
parent 5d932e004e
commit 0d765c60e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,3 +58,9 @@
}
}
}
@media (max-width: 800px) {
.page > #quartz-body {
padding: 0 !important; /* or padding: 0 !important; to remove completely */
}
}