From 7a03049f96a87e0d562a4adea671bdf386a0f72f Mon Sep 17 00:00:00 2001
From: nathansmith <nathansmith@posteo.com>
Date: Sun, 25 May 2025 18:54:19 -0600
Subject: New blog post and better support added

---
 org/css/guest-book.css | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'org/css/guest-book.css')

diff --git a/org/css/guest-book.css b/org/css/guest-book.css
index 244f9f3..dd86966 100644
--- a/org/css/guest-book.css
+++ b/org/css/guest-book.css
@@ -3,6 +3,11 @@ body {
     background-image: url("../images/guest-book-background.png");
 }
 
+/* Helps it nicely degrade when css is removed */
+hr {
+    display: none;
+}
+
 .container {
     background-color: #bebebe;
     width: 60%;
-- 
cgit v1.2.3