fix responsive

This commit is contained in:
karamvir
2023-08-02 23:41:31 -07:00
parent de54794506
commit 8bba27361f

View File

@@ -15,7 +15,7 @@ export const Dashboard = () => {
<h2 className="text-xl">My Resources</h2>
</div>
<div className="flex flex-col md:flex-row gap-4">
<div className="flex gap-4 w-full h-fit">
<div className="flex flex-col md:flex-row gap-4 w-full h-fit">
<DeploymentsChart />
<ServersChart />
</div>