Update base.scss

This commit is contained in:
Komeno 2025-11-11 15:20:50 +09:00 committed by GitHub
parent c42dd31b7f
commit 26a3ebc206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -391,10 +391,16 @@ h6 {
// typography improvements
h1 {
font-size: 1.75rem;
margin-top: 2.25rem;
margin-top: 2rem;
margin-bottom: 1rem;
}
@media (max-width: 800px) {
h1 {
margin-top: 0;
}
}
h2 {
font-size: 1.4rem;
margin-top: 1.9rem;