From 17c8e23a5e9a16d0041121b67e13c5ba5f519548 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:03:08 -0500 Subject: [PATCH] Update template.css --- src/media/css/template.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/media/css/template.css b/src/media/css/template.css index 5af8d38..4709220 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -15173,6 +15173,9 @@ iframe { .readmore { text-align: right; } +.blog-items .readmore a { + width: 100%; +} .blog-item { display: -webkit-box; @@ -15205,6 +15208,7 @@ iframe { overflow: hidden; max-height: 250px; } + .blog-item .item-image img{ width: 100%; }