web/about: replace the godawful margin workaround

This commit is contained in:
wukko
2024-09-07 20:29:13 +06:00
parent f03f849b99
commit 0ce743d13f
4 changed files with 7 additions and 4 deletions

View File

@@ -463,10 +463,13 @@
}
:global(.long-text-noto h3) {
margin-bottom: -10px;
font-size: 17px;
}
:global(.long-text-noto.about section p:first-of-type) {
margin-block-start: 0.3em;
}
@media screen and (max-width: 535px) {
:global(.long-text-noto),
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {