Better support for mobile devices on login and account pages
This commit is contained in:
parent
941c585c73
commit
5c3d3f6ce9
7 changed files with 18 additions and 12 deletions
|
@ -3,8 +3,8 @@
|
|||
])
|
||||
|
||||
@section('container')
|
||||
<div class="w-full max-w-xs sm:max-w-sm m-auto mt-8">
|
||||
<div class="text-center">
|
||||
<div class="w-full sm:max-w-sm m-auto mt-8">
|
||||
<div class="text-center hidden sm:block">
|
||||
<img src="/favicons/android-chrome-512x512.png" class="max-w-xxs">
|
||||
</div>
|
||||
<router-view></router-view>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@section('container')
|
||||
<router-view></router-view>
|
||||
<div class="w-full m-auto mt-0 container">
|
||||
<p class="text-right text-grey-dark text-xs">
|
||||
<p class="text-center sm:text-right text-grey-dark text-xs">
|
||||
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
|
||||
</p>
|
||||
</div>
|
||||
|
|
Reference in a new issue