From 7d5f27222ef0a0510b119b1853fcd9e61c325f73 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 1 Jul 2024 10:39:41 -0400 Subject: misc fixes --- src/blog/index.md | 6 +++--- src/css/style.css | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/blog/index.md b/src/blog/index.md index 1c35f0a..9afe54d 100644 --- a/src/blog/index.md +++ b/src/blog/index.md @@ -1,7 +1,7 @@ --- -title: sacredheartsc blog -header: Blog -description: Carolina-grown articles about self-hosting, privacy, unix, and more. +title: "Cullum Smith: Blog" +heading: Cullum Smith's Blog +description: I write about self-hosting, privacy, unix, and more. --- ::: bloglist diff --git a/src/css/style.css b/src/css/style.css index 8b55f19..38fb832 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -56,8 +56,6 @@ footer { .logo { float: right; border-radius: 50%; - width: 150px; - height: 150px; } @media only screen and (max-device-width : 667px) { -- cgit