Fix login form width
This commit is contained in:
parent
b92376ff47
commit
ac8d31d6d6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="col-md-6">
|
<div class="col-md-8">
|
||||||
<form action="/auth/login" method="POST" id="login-form">
|
<form action="/auth/login" method="POST" id="login-form">
|
||||||
<legend>{{ trans('strings.login') }}</legend>
|
<legend>{{ trans('strings.login') }}</legend>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|
Loading…
Reference in a new issue