max-w for DME & MRT
This commit is contained in:
@@ -28,11 +28,14 @@ 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">
|
||||||
|
<div className=" max-w-150">
|
||||||
<Mrt />
|
<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">
|
||||||
|
<div className=" max-w-140">
|
||||||
<Dme />
|
<Dme />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -40,6 +43,7 @@ const DispatchPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user