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