From b24e6f58a525fc576e23ef9d498745e64c16cd6c Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Thu, 12 Oct 2023 15:05:17 +0000
Subject: Blog title underline should stretch full width

---
 app/assets/stylesheets/main/entries.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'app/assets/stylesheets')

diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss
index b83082c..56cd221 100644
--- a/app/assets/stylesheets/main/entries.scss
+++ b/app/assets/stylesheets/main/entries.scss
@@ -8,11 +8,13 @@
   margin: 0 1em 1em;
 
   .blog-title {
+    flex-grow: 1;
+
     h2 {
-      width: 100%;
       margin-left: 10px;
       margin-top: 0;
       margin-bottom: 0;
+      margin-right: 10px;
       color: #59770e;
       border-bottom: 1px dotted #CCCCCC;
       padding-bottom: 3px;
-- 
cgit 1.4.1