From d8761e329e0d1ff67999693c16842e24979f8948 Mon Sep 17 00:00:00 2001
From: asal sahami <asalsahami22@gmail.com>
Date: Thu, 12 Sep 2024 11:07:37 +0200
Subject: [PATCH] phone

---
 src/App/mediarules.css | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index 2fc10c8e..75586e7b 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -38,7 +38,7 @@
     
 }
 /*For Smartphones*/
-@media screen and (max-width: 767px){
+@media screen and (max-width: 600px){
     .lnp:hover > img{
         display: block;
         margin-left: none;
@@ -98,9 +98,9 @@
     .winner{
         font-size: x-large;
     }
-    h3{
+    /*h3{
         margin-bottom: 4vw !important;
-    }
+    }*/
     .small-only{
         display: block !important;
     }
@@ -140,10 +140,16 @@ svg text{
     padding-top: 10px;
     padding-bottom: 5px;
 }
-h1, h2, h3 {
-    font-size: 20px !important; /* Adjust according to your design */
-    line-height: 1.2 !important; 
-  }
+h1 {
+    font-size: 20px !important; 
+}
+h2, h3 {
+    font-size: 124px !important;
+}
+
+body {
+    padding: 10px !important;
+}
 
 .img-half{
     max-width: 100% !important;
-- 
GitLab