Skip to content

Commit

Permalink
fix section footer with submit
Browse files Browse the repository at this point in the history
  • Loading branch information
mollpo committed Oct 23, 2024
1 parent c87a6e9 commit 2363e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/section/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
base: 'flex flex-wrap items-center gap-y-4',
actions: 'flex-1',
formSubmitFeedback:
'w-full justify-center [Size.Lg]:order-first LG:w-auto LG:justify-start',
'w-full justify-center lg:order-first lg:w-auto lg:justify-start',
},
appendix: {
base: 'mt-4',
Expand Down

0 comments on commit 2363e72

Please sign in to comment.