Browse Source

Updated the physician index

Samson Mutunga 2 years ago
parent
commit
3eeb0beacf
2 changed files with 4 additions and 1 deletions
  1. 3 0
      public/css/style.css
  2. 1 1
      resources/views/app/physicians/index.blade.php

+ 3 - 0
public/css/style.css

@@ -462,4 +462,7 @@ p {
     object-fit: cover;
     object-position: top;
   }
+  .md-title {
+    font-size: 34px;
+  }
 }

+ 1 - 1
resources/views/app/physicians/index.blade.php

@@ -24,7 +24,7 @@
                         <p class="mb-3">Get trained in less than 1 hour.</p>
                         <div class="d-sm-flex align-items-center my-4">
                             <a href="{{ route('physicians.practice-support') }}" class="btn btn-pry">Learn More</a>
-                            <a href="{{ route('physicians.get-trained') }}" class="btn btn-outline-pry ms-sm-4 ms-0 mt-sm-0 mt-4">Get Trained</a>
+                            <a href="{{ route('physicians.get-trained') }}" class="btn btn-outline-pry ms-sm-4 ms-0">Get Trained</a>
                         </div>
                     </div>
                 </div>