max-w for DME & MRT
This commit is contained in:
@@ -28,12 +28,16 @@ const DispatchPage = () => {
|
|||||||
<h2 className="card-title mb-2">MRT & DME</h2>
|
<h2 className="card-title mb-2">MRT & DME</h2>
|
||||||
<div className="card bg-base-200 shadow-xl mb-4">
|
<div className="card bg-base-200 shadow-xl mb-4">
|
||||||
<div className="card-body w-full h-full flex items-center justify-center">
|
<div className="card-body w-full h-full flex items-center justify-center">
|
||||||
<Mrt />
|
<div className=" max-w-150">
|
||||||
|
<Mrt />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="card bg-base-200 shadow-xl h-1/2 flex">
|
<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">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user