FabioFratini 7 месяцев назад
Родитель
Сommit
9e7669b0a9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/views/login.blade.php

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

@@ -15,7 +15,7 @@
 
     <div class="login--box d-flex flex-column min-vh-100 justify-content-center align-items-center">
         <img src="{{env('LOGO', '')}}" alt="" class="img-fluid" id="login--logo"  style="max-width:400px">
-        <div class="card--ui mt-5" style="width: 400px; height: 300px;">
+        <div class="card--ui mt-5" style="width: 400px; height: 350px;">
 
             <p class="form--title text-center mb-4">Effetua la Login per accedere a tutte le funzioni</p>
             <form action="/login" method="POST">