This commit is contained in:
Karol Wypchlo 2021-02-09 11:08:15 +01:00
parent 1a1899de2d
commit 48cfd5142e
1 changed files with 22 additions and 23 deletions

View File

@ -4,6 +4,7 @@ export default function Payments() {
return (
<Layout title="Payments">
<div className="bg-white rounded-lg shadow px-5 py-6 sm:px-6">
<div className="space-y-6 sm:px-6 lg:px-0 lg:col-span-9">
{/* This example requires Tailwind CSS v2.0+ */}
<dl className="mt-5 grid grid-cols-1 gap-5 sm:grid-cols-3">
<div className="bg-white overflow-hidden shadow rounded-lg">
@ -26,8 +27,6 @@ export default function Payments() {
</div>
</dl>
{/* Payment details */}
<div className="space-y-6 sm:px-6 lg:px-0 lg:col-span-9">
<section aria-labelledby="payment_details_heading">
<form action="#" method="POST">
<div className="shadow sm:rounded-md sm:overflow-hidden">