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