From 24f5afdfb92075c635cfdc4868331d25b1b675a9 Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Tue, 1 Oct 2024 18:49:52 +0200 Subject: [PATCH] foot --- src/.DS_Store | Bin 8196 -> 8196 bytes src/App/mediarules.css | 15 +++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/.DS_Store b/src/.DS_Store index c7a33d74502817cec83196032b1606b055644e9d..e94611c95f907c43bcb9172ff3b44b9973890e34 100644 GIT binary patch delta 15 WcmZp1XmQx!CBSr4WwVdK4t@YEtOZm6 delta 15 WcmZp1XmQx!CBSsdZ?liU4t@YFuLXYq diff --git a/src/App/mediarules.css b/src/App/mediarules.css index aa55479b..e2cefa74 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -50,11 +50,10 @@ max-width: 100% !important; } .col-6 { - width: 100% ; /* Full width for smartphone */ + width: 100% ; } .container-fluid { - min-height: 100vh; /* FÞllt den gesamten Bildschirm aus */ - } + min-height: 100vh; /***footer***/ footer { @@ -64,11 +63,11 @@ } .col { - width: 100% !important; /* Ensure columns take full width on mobile */ - margin-bottom: 20px; /* Add margin to separate sections vertically */ + width: 100% !important; + margin-bottom: 20px; } .col-sm-4, .col-sm-8, .col-6 { - width: 100%; /* Stack columns for mobile */ + width: 100%; } footer a, footer p { font-size: 14px; @@ -93,7 +92,7 @@ margin: 0 auto; } .footer-slider { - width: 100%; /* Ensure slider takes up the full width on mobile */ + width: 100%; margin-top: 20px; } @@ -102,7 +101,7 @@ overflow-wrap: break-word; } hr { - margin: 20px 0; /* Add spacing for separation on mobile */ + margin: 20px 0; } /***gif***/ -- GitLab