refactor: remove css classes

This commit is contained in:
Derrick Hammer 2023-10-11 10:26:31 -04:00
parent cbb7414932
commit 3c6a756666
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ import "@/styles/globals.scss";
<title>Astro</title>
</head>
<body>
<main
class="flex h-screen max-h-screen flex-col items-center justify-between"
>
<main>
<App client:only="react" />
</main>
</body>