1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-21 21:57:06 +00:00

Update index.blade.php

This commit is contained in:
okpierre 2021-10-14 19:14:46 -04:00 committed by GitHub
parent dbf314151e
commit d500626295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@
@endif @endif
<div class="form-group row mb-0"> <div class="form-group row mb-0">
<div class="col-md-12"> <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') }} {{ __('Login') }}
</button> </button>
@ -127,7 +127,7 @@
</div> </div>
</div> </div>
<div class="card shadow-none border card-body"> <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')) @if(config_cache('pixelfed.open_registration'))
<a href="/register">Register</a> <a href="/register">Register</a>
<span class="px-1">·</span> <span class="px-1">·</span>