From 24db321eb94eacb5274d4354a19ad52969ca3f5e Mon Sep 17 00:00:00 2001
From: asal sahami <asalsahami22@gmail.com>
Date: Tue, 1 Oct 2024 18:37:49 +0200
Subject: [PATCH] mob

---
 src/.DS_Store          | Bin 8196 -> 8196 bytes
 src/App/mediarules.css |  25 ++++++++++++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/src/.DS_Store b/src/.DS_Store
index 52e3c97439b072f76c114a89d258d294b9adac66..a7f0f712678bc820cae5d403914c31eb847c17d6 100644
GIT binary patch
delta 15
WcmZp1XmQx!CBSsFYO{~P4t@YGum!3B

delta 15
WcmZp1XmQx!CBSq<W3!LI4t@YEy#-eQ

diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index c86b643a..eaa95d74 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -60,7 +60,9 @@
       footer {
           width: 100% !important; 
           box-sizing: border-box; 
-          padding: 15px 10px; 
+          padding: 15px !important; 
+          text-align: center; /* Center all the text for better readability */
+      
         
       }
     
@@ -69,26 +71,35 @@
         line-height: 1.4; 
       }
     
-      footer .social-icons {
+      footer .socials {
         display: flex;
         justify-content: center;
         margin-bottom: 10px;
       }
     
-      footer .contact-info {
-        font-size: 12px; 
+      .contact-info {
+        font-size: 14px; 
+        text-align: center;
+
       }
     
-      footer img {
-        width: 100px !important; 
+      .img-sponsor {
+        width: 100px; 
         height: auto;
+        margin: 0 auto; 
+      }
+      .footer-slider {
+        width: 100%; /* Ensure slider takes up the full width on mobile */
+        margin-top: 20px;
       }
-    
 
       footer a {
         word-wrap: break-word;
         overflow-wrap: break-word;
       }
+      hr {
+        margin: 20px 0; /* Add spacing for separation on mobile */
+      }
 
     /***gif***/
     .CFTR-gif  {
-- 
GitLab