This commit is contained in:
PxlLoewe
2025-05-20 14:15:26 -07:00
8 changed files with 12 additions and 10 deletions

View File

@@ -28,12 +28,16 @@ const DispatchPage = () => {
<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 className=" max-w-150">
<Mrt />
</div>
</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 className=" max-w-140">
<Dme />
</div>
</div>
</div>
</div>