Peter Muturi 2 سال پیش
والد
کامیت
260245f6d3
2فایلهای تغییر یافته به همراه11 افزوده شده و 6 حذف شده
  1. 3 0
      public/css/style.css
  2. 8 6
      resources/views/layouts/app.blade.php

+ 3 - 0
public/css/style.css

@@ -30,6 +30,9 @@ body {
 footer{
   margin-top: auto;
 }
+footer span {
+  font-size: 15px;
+}
 
 a {
   text-decoration: none;

+ 8 - 6
resources/views/layouts/app.blade.php

@@ -119,7 +119,7 @@
         <div class="container">
             <div class="row mb-4">
               <div class="col-lg-3 mb-4">
-                <img src="{{asset('img/logo_white.svg')}}" width="250" alt="">
+                <img src="{{asset('img/logo_white.svg')}}" width="220" alt="">
               </div>
               <div class="col-lg-3 col-md-4">
                 <p class="mb-4"><a href="#" class="text-white">Snyder Hemband</a></p>
@@ -149,14 +149,16 @@
               </div>
             </div>
             <hr class="bg-white">
-            <div class="d-lg-flex text-lg-start text-center align-items-center justify-content-between pb-2">
-              <div class="text-white mb-lg-0 mb-3">
+            <div class="d-flex flex-lg-row flex-column-reverse text-lg-start text-center align-items-center justify-content-between pb-2">
+              <div class="text-white mt-lg-0 mt-2">
                 <span class="opacity-75">&copy; 2022 SNYDER HEMBAND - All rights reserved.</span>
               </div>
-              <div class="">
+              <div class="d-sm-flex">
                 <a href="#"><img src="{{asset('img/fda_white.svg')}}" alt=""></a>
-                <a href="#" class="ms-4 text-white opacity-75">Privacy Policy</a>
-                <a href="#" class="ms-4 text-white opacity-75">Terms and conditions</a>
+                <div class="mt-sm-0 mt-2">
+                  <a href="#" class="ms-sm-4 text-white opacity-75">Privacy Policy</a>
+                  <a href="#" class="ms-4 text-white opacity-75">Terms and conditions</a>
+                </div>
               </div>
             </div>
         </div>