From 59af865ac571ce8e427a62a3e31be9538a30c416 Mon Sep 17 00:00:00 2001 From: ktyl Date: Thu, 3 Aug 2023 22:41:00 +0200 Subject: [PATCH] feat: blog index intro --- src/inc_css/blog.css | 4 ---- src/root/blog.html | 5 +++++ src/root/styles.css | 5 ++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/inc_css/blog.css b/src/inc_css/blog.css index 8056d0a..136c90d 100644 --- a/src/inc_css/blog.css +++ b/src/inc_css/blog.css @@ -48,10 +48,6 @@ background: transparent; } -.page .blog .separator { - margin: 2em; -} - .page .blog p code { height: 0.8em; padding: 0.07em 0.25em; diff --git a/src/root/blog.html b/src/root/blog.html index 8d1c77f..560cbe9 100644 --- a/src/root/blog.html +++ b/src/root/blog.html @@ -19,7 +19,12 @@

Just Testing

+

Hello, World! Opinions are my own. Content subject to change. Updates published to my RSS feed!

+
+
+ +
diff --git a/src/root/styles.css b/src/root/styles.css index 2a147b1..d96e659 100644 --- a/src/root/styles.css +++ b/src/root/styles.css @@ -3,7 +3,6 @@ :root { --title-height: min(20vmin, 90px); } - body { font-family: sans-serif; margin: 0; @@ -40,6 +39,10 @@ a.fsText { color: var(--foreground); } +.separator { + margin-top: 2em; + margin-bottom: 2em; +} #include socials.css #include gallery.css