forked from rDrama/rDrama
1
0
Fork 0

reduce h1->h6 margins in chat on mobile

master
Aevann 2023-09-29 05:09:31 +03:00
parent 92aba70f3b
commit 6c4709442e
1 changed files with 7 additions and 0 deletions

View File

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