Skip to content

Commit

Permalink
removed min height class
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Sep 29, 2023
1 parent fab3d5f commit 294d4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Home() {
<div className="col-span-12 xl:hidden lg:col-span-5 lg:border-r-4 border-base-300">
<OrderBook />
</div>
<div className="min-h-[200px] col-span-12 lg:col-span-7 xl:col-span-12 text-center">
<div className="col-span-12 lg:col-span-7 xl:col-span-12 text-center">
<AccountHistory />
</div>
</>
Expand Down

0 comments on commit 294d4e9

Please sign in to comment.