Skip to content

Commit

Permalink
fix: correct main positioning
Browse files Browse the repository at this point in the history
The main is now absolutely positioned to the vieport
  • Loading branch information
Alessio Libardi committed Jul 24, 2021
1 parent 0b79054 commit 26f1281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
dark:text-gray-light
"
>
<main class="grid place-content-center h-screen w-screen p-4">
<main class="absolute inset-0 grid place-content-center p-4">
<header>
<h1 class="text-3xl leading-relaxed font-light">
Hi, I'm <em class="not-italic font-bold">Alessio</em>
Expand Down

0 comments on commit 26f1281

Please sign in to comment.