Skip to content

Commit

Permalink
web/layout: add padding to about heading
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Sep 22, 2024
1 parent 44f470f commit c9c1e5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,14 @@
margin-block-start: 0.3em;
}
:global(.long-text-noto.about .heading-container) {
padding-top: calc(var(--padding) / 2);
}
:global(.long-text-noto.about section:first-of-type .heading-container) {
padding-top: 0;
}
@media screen and (max-width: 535px) {
:global(.long-text-noto),
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
Expand Down

0 comments on commit c9c1e5d

Please sign in to comment.