Add spacing between two heading wrappers

This commit is contained in:
Helen Chong 2024-05-20 12:28:44 +08:00
parent fd8afb135f
commit 4bc3554fcf
3 changed files with 3 additions and 11 deletions

View File

@ -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;

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;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>

View File

@ -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;