web/layout: update global heading text style in long text
This commit is contained in:
parent
4921e5c151
commit
cb7d1baee0
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue