From 4bc3554fcf3afd03d066182c762a4a554c5efde8 Mon Sep 17 00:00:00 2001
From: Helen Chong <119173961+helenclx@users.noreply.github.com>
Date: Mon, 20 May 2024 12:28:44 +0800
Subject: [PATCH] Add spacing between two heading wrappers
---
_site/assets/css/plugins.css | 6 +-----
_site/feed.xml | 2 +-
src/assets/css/plugins.css | 6 +-----
3 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/_site/assets/css/plugins.css b/_site/assets/css/plugins.css
index c9c746a4..9de447da 100644
--- a/_site/assets/css/plugins.css
+++ b/_site/assets/css/plugins.css
@@ -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;
diff --git a/_site/feed.xml b/_site/feed.xml
index d81fae8a..2e93e432 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -4,7 +4,7 @@
Leilukin's personal website.
- 2024-05-20T04:22:31Z
+ 2024-05-20T04:26:44Z
https://leilukin.neocities.org
Leilukin
diff --git a/src/assets/css/plugins.css b/src/assets/css/plugins.css
index c9c746a4..9de447da 100644
--- a/src/assets/css/plugins.css
+++ b/src/assets/css/plugins.css
@@ -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;