Add spacing between two heading wrappers
This commit is contained in:
parent
fd8afb135f
commit
4bc3554fcf
|
@ -2,7 +2,7 @@
|
|||
.heading-wrapper {
|
||||
display: flex;
|
||||
gap: 0.3em;
|
||||
margin-top: 1.5rem;
|
||||
margin-top: 1.8em;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
|
@ -28,10 +28,6 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
:not(.heading-wrapper) + .heading-wrapper {
|
||||
margin-top: 1.8em;
|
||||
}
|
||||
|
||||
/* BLOCKQUOTES With CITATIONS */
|
||||
.c-blockquote__attribution {
|
||||
text-align: left;
|
||||
|
|
|
@ -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-05-20T04:22:31Z</updated>
|
||||
<updated>2024-05-20T04:26:44Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.heading-wrapper {
|
||||
display: flex;
|
||||
gap: 0.3em;
|
||||
margin-top: 1.5rem;
|
||||
margin-top: 1.8em;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
|
@ -28,10 +28,6 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
:not(.heading-wrapper) + .heading-wrapper {
|
||||
margin-top: 1.8em;
|
||||
}
|
||||
|
||||
/* BLOCKQUOTES With CITATIONS */
|
||||
.c-blockquote__attribution {
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in New Issue