web/layout: update global heading text style in long text

This commit is contained in:
wukko 2024-09-05 10:21:30 +06:00
parent 4921e5c151
commit cb7d1baee0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -462,9 +462,14 @@
padding-left: 3px;
}
:global(.long-text-noto h3) {
margin-bottom: -5px;
font-size: 17px;
}
@media screen and (max-width: 535px) {
:global(.long-text-noto),
:global(.long-text-noto *) {
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
font-size: 14px;
}
}