remove outer card

This commit is contained in:
nocnico
2025-05-20 21:59:12 +02:00
parent 81e4680f55
commit 1696c79122

View File

@@ -24,20 +24,16 @@ const DispatchPage = () => {
<Map />
</div>
<div className="flex w-1/3 h-full">
<div className="flex flex-col w-full h-full p-4">
<div className="card bg-base-300 shadow-xl">
<div className="card-body p-4">
<h2 className="card-title mb-2">MRT & DME</h2>
<div className="card bg-base-200 shadow-xl mb-4">
<div className="card-body w-full h-full flex items-center justify-center">
<Mrt />
</div>
</div>
<div className="card bg-base-200 shadow-xl h-1/2 flex">
<div className="card-body w-full h-full p-4 mb-0 flex items-center justify-center">
<Dme />
</div>
</div>
<div className="flex flex-col w-full h-full p-4 bg-base-300">
<h2 className="card-title mb-2">MRT & DME</h2>
<div className="card bg-base-200 shadow-xl mb-4">
<div className="card-body w-full h-full flex items-center justify-center">
<Mrt />
</div>
</div>
<div className="card bg-base-200 shadow-xl h-1/2 flex">
<div className="card-body w-full h-full p-4 mb-0 flex items-center justify-center">
<Dme />
</div>
</div>
</div>