From 95963e6e5d05b08d90f6da3e129ee5392f5889cc Mon Sep 17 00:00:00 2001
From: Moreau Elise <moreau.elise13@gmail.com>
Date: Sun, 25 Oct 2020 18:24:37 +0100
Subject: [PATCH] map is smaller

---
 templates/group/group_view.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/group/group_view.twig b/templates/group/group_view.twig
index 7e3cc6f..cb9ae54 100644
--- a/templates/group/group_view.twig
+++ b/templates/group/group_view.twig
@@ -37,7 +37,7 @@
       </div>
     </div>
   </div>
-  <div id="map">
+  <div id="map" style="max-height:100%; max-width:90%">
   </div>
   <div id="members">
     <h2> Members </h2>
-- 
GitLab