From f08c0013173658a61309484335b3997c8db86b2a Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:58:44 -0500 Subject: [PATCH] Update template.css --- src/media/css/template.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/media/css/template.css b/src/media/css/template.css index cd21d66..5af8d38 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -15203,7 +15203,10 @@ iframe { margin-top: 0.1875rem; margin-bottom: 0.9375rem; overflow: hidden; - max-height: 500px; + max-height: 250px; +} +.blog-item .item-image img{ + width: 100%; } .boxed .blog-item .item-image {