From a3fb099a4476ea03edc9e8bf2eb3adf78e0bdc17 Mon Sep 17 00:00:00 2001
From: asal sahami <asalsahami22@gmail.com>
Date: Sat, 28 Sep 2024 17:40:59 +0200
Subject: [PATCH] footer

---
 src/App/mediarules.css | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index 2bce8edc..f22e57d9 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -55,6 +55,36 @@
       .container-fluid {
         min-height: 100vh; /* Füllt den gesamten Bildschirm aus */
       }
+      /***footer***/
+
+      footer {
+        padding: 10px; /* Less padding for mobile */
+      }
+    
+      footer a, footer p {
+        font-size: 14px; /* Adjust font size for mobile */
+        line-height: 1.4; /* Adjust line height for readability */
+      }
+    
+      footer .social-icons {
+        display: flex;
+        justify-content: center;
+        margin-bottom: 10px;
+      }
+    
+      footer .contact-info {
+        font-size: 12px; /* Smaller text for mobile */
+      }
+    
+      footer img {
+        width: 100px; /* Adjust image sizes for mobile */
+        height: auto;
+      }
+    
+      footer a {
+        word-wrap: break-word;
+        overflow-wrap: break-word;
+      }
     
     .row-if-small{
         --bs-gutter-x: 1.5rem;
-- 
GitLab