Fix padding & spacing issue for mobile devices

This commit is contained in:
Benjamin Beganović 2021-02-17 11:49:21 +01:00
parent 0e57d8e6d2
commit 82412684fa
3 changed files with 6 additions and 6 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=1ee684e58f9f6eb754d5",
"/css/app.css": "/css/app.css?id=c6df2680d8efda824069",
"/css/app.css": "/css/app.css?id=7e5d2c66e34a0d6fd333",
"/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=a09bb529b8e1826f13b4",
"/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=8ce8955ba775ea5f47d1",
"/js/clients/payment_methods/authorize-authorize-card.js": "/js/clients/payment_methods/authorize-authorize-card.js?id=206d7de4ac97612980ff",

View File

@ -3,7 +3,7 @@
@section('body')
<div class="grid lg:grid-cols-12 py-8">
<div class="col-span-4 col-start-5">
<div class="lg:col-span-4 lg:col-start-5 px-6">
<div class="flex justify-center">
<img class="h-32 w-auto" src="{{ $company->present()->logo() }}" alt="{{ ctrans('texts.logo') }}">
</div>
@ -21,7 +21,7 @@
@include('portal.ninja2020.auth.includes.register.personal_address')
@include('portal.ninja2020.auth.includes.register.shipping_address')
</div>
<div class="flex justify-between items-center mt-8">
<span class="inline-flex items-center" x-data="{ terms_of_service: false, privacy_policy: false }">
@if(!empty($company->settings->client_portal_terms) || !empty($company->settings->client_portal_privacy_policy))
@ -36,9 +36,9 @@
</span>
</span>
<button class="button button-primary bg-blue-600">{{ ctrans('texts.save') }}</button>
<button class="button button-primary bg-blue-600">{{ ctrans('texts.register') }}</button>
</div>
</form>
</div>
</div>
@endsection
@endsection