From 06b3479d4dbfd8fe862af81256c291898ba3e567 Mon Sep 17 00:00:00 2001
From: asal sahami <asalsahami22@gmail.com>
Date: Wed, 25 Sep 2024 15:24:06 +0200
Subject: [PATCH] mobile

---
 src/App/mediarules.css | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index 8f059d2e..ee1945b7 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -103,6 +103,7 @@
     }
     .panel-talk-gallery div img{
         max-width: 100% !important;
+        height: auto !important;
     }
     .panel-talk-gallery .col, .panel-talk-gallery .col:nth-child(5), 
     .panel-talk-gallery .col:nth-child(1), .panel-talk-gallery .col:nth-child(2), 
@@ -141,14 +142,14 @@
         max-width: 50vw !important;
     }
     .two-pdf-line{ 
-        max-height: 650px !important;
+        max-height: 60vh !important;
         height: 26vh !important;
         width: 65vw !important;
-        max-width: 60vw !important;
+        max-width: 100% !important;
         margin: auto;
       }
 svg text{
-    font-size: 5vw !important;
+    font-size: 3vw !important;
     stroke-width:1px !important;
 }
 .village-style-button h3{
@@ -201,6 +202,7 @@ body {
 }
 .container {
     padding: 10px;
+    max-width: 100%;
   }
 
  .row{
-- 
GitLab