reduce h elements margins on desktop too

pull/211/head
Aevann 2023-09-30 04:16:19 +03:00
parent bf02418b8a
commit b4f61811c0
1 changed files with 5 additions and 0 deletions

View File

@ -173,6 +173,11 @@ img[alt^="![]("], .img {
}
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
h1, h2, h3, h4, h5, h6 {
margin-top: 0.5rem;