max-w for DME & MRT

This commit is contained in:
nocnico
2025-05-20 22:01:44 +02:00
parent 1696c79122
commit 23d1994a11

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>