Skip to content

Commit

Permalink
Merge pull request #1111 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Margin checkout form
  • Loading branch information
w3bdesign committed Jul 9, 2023
2 parents ecfe275 + 274dcd9 commit e1102d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Checkout/CheckoutForm.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="text-gray-700 container p-4 py-2 mx-auto">
<section class="text-gray-700 container p-4 py-2 mx-auto mt-8">
<Form :validation-schema="BILLING_SCHEMA" @submit="handleSubmit">
<div class="mx-auto lg:w-1/2 flex flex-wrap">
<div
Expand Down

1 comment on commit e1102d5

@vercel
Copy link

@vercel vercel bot commented on e1102d5 Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.