web/layout: fix paragraph title alignment in about tab
oops
This commit is contained in:
parent
57501e834e
commit
44fe585a89
1 changed files with 11 additions and 4 deletions
|
@ -484,9 +484,9 @@
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.long-text-noto h1),
|
:global(.long-text-noto:not(.about) h1),
|
||||||
:global(.long-text-noto h2),
|
:global(.long-text-noto:not(.about) h2),
|
||||||
:global(.long-text-noto h3) {
|
:global(.long-text-noto:not(.about) h3) {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
-webkit-user-select: text;
|
-webkit-user-select: text;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
|
@ -495,11 +495,18 @@
|
||||||
|
|
||||||
:global(.long-text-noto h3) {
|
:global(.long-text-noto h3) {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
margin-block-end: -0.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.long-text-noto h2) {
|
:global(.long-text-noto h2) {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.long-text-noto:not(.about) h3) {
|
||||||
|
margin-block-end: -0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.long-text-noto:not(.about) h2) {
|
||||||
|
font-size: 19px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
margin-block-end: -0.3rem;
|
margin-block-end: -0.3rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue