Add space to non-heading + heading selector
This commit is contained in:
parent
7fb94d0fd3
commit
e7748b832c
|
@ -373,7 +373,7 @@ main {
|
|||
display: block;
|
||||
}
|
||||
|
||||
:not(.heading-wrapper) +.heading-wrapper {
|
||||
:not(.heading-wrapper) + .heading-wrapper {
|
||||
margin-top: 1.7em;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<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>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -373,7 +373,7 @@ main {
|
|||
display: block;
|
||||
}
|
||||
|
||||
:not(.heading-wrapper) +.heading-wrapper {
|
||||
:not(.heading-wrapper) + .heading-wrapper {
|
||||
margin-top: 1.7em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue