Add space to non-heading + heading selector

This commit is contained in:
Helen Chong 2024-04-24 00:07:26 +08:00
parent 7fb94d0fd3
commit e7748b832c
3 changed files with 3 additions and 3 deletions

View File

@ -373,7 +373,7 @@ main {
display: block; display: block;
} }
:not(.heading-wrapper) +.heading-wrapper { :not(.heading-wrapper) + .heading-wrapper {
margin-top: 1.7em; margin-top: 1.7em;
} }

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;s personal website.</subtitle> <subtitle>Leilukin&#39;s personal website.</subtitle>
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/> <link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
<link href="https://leilukin.neocities.org"/> <link href="https://leilukin.neocities.org"/>
<updated>2024-04-23T16:03:14Z</updated> <updated>2024-04-23T16:06:37Z</updated>
<id>https://leilukin.neocities.org</id> <id>https://leilukin.neocities.org</id>
<author> <author>
<name>Leilukin</name> <name>Leilukin</name>

View File

@ -373,7 +373,7 @@ main {
display: block; display: block;
} }
:not(.heading-wrapper) +.heading-wrapper { :not(.heading-wrapper) + .heading-wrapper {
margin-top: 1.7em; margin-top: 1.7em;
} }