Skip to content

Commit 4443573

Browse files
authored
Merge pull request #11 from brkcvn/master
Column reversed for only mobile
2 parents 56e9003 + 329ba9c commit 4443573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<x-slot name="content">
55
<x-show.container>
6-
<x-show.content>
6+
<x-show.content class="flex flex-col-reverse lg:flex-row mt-5 sm:mt-12 gap-y-4" override="class">
77
<x-show.content.left>
88
<x-form id="offline-payment" method="POST" route="offline-payments.settings.update">
99
<x-form.section>

0 commit comments

Comments
 (0)