web/layout: fix paragraph title alignment in about tab

oops
This commit is contained in:
wukko 2024-11-05 12:46:18 +06:00
parent 57501e834e
commit 44fe585a89
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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;
} }