From ff44479af52158d21770d5e54c7af4e087fdb375 Mon Sep 17 00:00:00 2001
From: julientaq <julien@coko.foundation>
Date: Mon, 7 Feb 2022 21:44:27 +0100
Subject: [PATCH] update image contain

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

diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css
index 166ecfd..ab170d4 100644
--- a/static/css/theme-coko/main.css
+++ b/static/css/theme-coko/main.css
@@ -342,7 +342,7 @@ h2.section-title {
 .news .grid-item img {
   height: 250px;
   margin: 1em auto;
-  object-fit: cover;
+  object-fit: contain;
   width: 100%;
 }
 .home .linkToPrevious {
@@ -768,7 +768,8 @@ footer section.infos a:hover {
   grid-auto-rows: unset;
 }
 
-.checkboxList{
+.checkboxList {
   list-style-type: none;
   list-style-position: inside;
-}
\ No newline at end of file
+}
+
-- 
GitLab