Sfoglia il codice sorgente

Merge pull request #2973 from okpierre/patch-11

Improve tappable area
daniel 3 anni fa
parent
commit
1badbf83cd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      resources/views/site/index.blade.php

+ 2 - 2
resources/views/site/index.blade.php

@@ -116,7 +116,7 @@
 										@endif
 										<div class="form-group row mb-0">
 											<div class="col-md-12">
-												<button type="submit" class="btn btn-primary btn-block py-0 font-weight-bold text-uppercase">
+												<button type="submit" class="btn btn-primary btn-block btn-lg font-weight-bold text-uppercase">
 													{{ __('Login') }}
 												</button>
 
@@ -127,7 +127,7 @@
 							</div>
 						</div>
 						<div class="card shadow-none border card-body">
-							<p class="text-center mb-0 font-weight-bold small">
+							<p class="text-center mb-0 font-weight-bold">
 								@if(config_cache('pixelfed.open_registration'))
 								<a href="/register">Register</a>
 								<span class="px-1">·</span>