fix: move override to styles.scss
This commit is contained in:
parent
4ea8e7b35a
commit
9338ee8832
|
@ -11,13 +11,6 @@ import "@/styles/globals.scss";
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>Astro</title>
|
<title>Astro</title>
|
||||||
<style>
|
|
||||||
main astro-island {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
height: 89vh;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -74,3 +74,9 @@
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main astro-island {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 89vh;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue