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;