fix: move override to styles.scss

This commit is contained in:
Derrick Hammer 2023-10-17 07:50:37 -04:00
parent 4ea8e7b35a
commit 9338ee8832
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 6 additions and 7 deletions

View File

@ -11,13 +11,6 @@ import "@/styles/globals.scss";
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
<style>
main astro-island {
display: flex;
flex-direction: column;
height: 89vh;
}
</style>
</head>
<body>
<main>

View File

@ -74,3 +74,9 @@
@apply bg-background text-foreground;
}
}
main astro-island {
display: flex;
flex-direction: column;
height: 89vh;
}