Peter Muturi 4 vuotta sitten
vanhempi
commit
25fbafe8a1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      resources/views/login.blade.php

+ 1 - 1
resources/views/login.blade.php

@@ -3,7 +3,7 @@
 
 <div id="formView">
   <div class="d-flex align-items-center flex-column text-center p-3">
-        <div class="flex-grow-1 single-form-heading font-weight-medium">HR Portal</div>
+        <div class="flex-grow-1 single-form-heading font-weight-medium mb-2">HR Portal</div>
         <p class="text-muted">Please enter your cell phone number below to receive an SMS token, then follow the prompts</p>
     </div>
     <form action="{{route('send-sms-auth-token')}}" class="form mx-2" method="post">