Skip to content

Commit

Permalink
fix: fixed min height for main div
Browse files Browse the repository at this point in the history
  • Loading branch information
wzarek committed Jun 7, 2024
1 parent 993fe5f commit 664906a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/reasn-client/apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Footer } from "../components/Footer";
export default function Web() {
return (
<div className="min-h-screen bg-[#161618] text-white">
<Navbar/>
<Navbar />
<HeroSection />
<QuickFilters />
<Footer />
Expand Down

0 comments on commit 664906a

Please sign in to comment.