css, remove min width on entry

This commit is contained in:
grid
2025-01-08 13:03:47 -06:00
parent 6685caba03
commit 39c806d19d
+1 -1
View File
@@ -35,7 +35,7 @@ img {
word-wrap: break-word; word-wrap: break-word;
margin: auto; margin: auto;
max-width: 75ch; max-width: 75ch;
min-width: 50ch; /*min-width: 50ch;*/
} }
.diary-title { .diary-title {
background-color: transparent; background-color: transparent;