Skip to content

Commit

Permalink
Merge pull request #140 from nguvictor/footer-fix
Browse files Browse the repository at this point in the history
Removing min height to fix footer
  • Loading branch information
EvgeniiaVak authored Oct 2, 2023
2 parents fab3d5f + 294d4e9 commit 0c1cdaf
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 0c1cdaf

Please sign in to comment.