From 39c806d19da25ef40b68abcabc7d2526319d7a16 Mon Sep 17 00:00:00 2001 From: grid Date: Wed, 8 Jan 2025 13:03:47 -0600 Subject: [PATCH] css, remove min width on entry --- src/static/css/entry.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/entry.css b/src/static/css/entry.css index f2ad42c..8f1d7fa 100755 --- a/src/static/css/entry.css +++ b/src/static/css/entry.css @@ -35,7 +35,7 @@ img { word-wrap: break-word; margin: auto; max-width: 75ch; - min-width: 50ch; + /*min-width: 50ch;*/ } .diary-title { background-color: transparent;