Skip to content

Commit

Permalink
using smallest viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
sirAvent committed Oct 31, 2023
1 parent 5142c53 commit d1c84b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Home() {
<>
<section
id="hero"
className="flex min-h-[100vh] text-black place-content-center "
className="flex h-[100svh] text-black place-content-center "
>
<HeroSection />
</section>
Expand Down

0 comments on commit d1c84b3

Please sign in to comment.