refactor: remove astro css

This commit is contained in:
Derrick Hammer 2023-11-29 18:07:53 -05:00
parent 6039eb1765
commit 5c17f888d7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 49 additions and 55 deletions

View File

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