mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-04 06:06:07 +00:00
web/layout: update global heading text style in long text
This commit is contained in:
parent
4921e5c151
commit
cb7d1baee0
|
@ -462,9 +462,14 @@
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.long-text-noto h3) {
|
||||||
|
margin-bottom: -5px;
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 535px) {
|
@media screen and (max-width: 535px) {
|
||||||
:global(.long-text-noto),
|
:global(.long-text-noto),
|
||||||
:global(.long-text-noto *) {
|
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue