From 213f1c5b16114f22b477c907f6cb94b2122dd667 Mon Sep 17 00:00:00 2001
From: Adam Hyde <adam@coko.foundation>
Date: Tue, 28 May 2024 23:26:25 +0000
Subject: [PATCH] Update main.css

---
 static/css/theme-coko/main.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css
index 63ea929..903d432 100644
--- a/static/css/theme-coko/main.css
+++ b/static/css/theme-coko/main.css
@@ -39,7 +39,7 @@ a {
 /* General -------------------- */
 body {
   font-size: var(--font-size);
-  font-family: var(--font-body);
+  font-family: var(--font-body);  max-height: 250px;
   margin: 0;
   overflow-x: hidden;
   color: #101010;
@@ -365,7 +365,7 @@ h2.section-title {
 }
 
 .news .grid-item img {
- /* height: 250px; */
+ max-height: 250px; 
   margin: 1em auto;
   object-fit: contain;
   width: 100%;
-- 
GitLab