mirror of
https://github.com/Xahau/xahau-web.git
synced 2025-11-19 02:45:49 +00:00
@@ -37,9 +37,9 @@ const description = Astro.props.frontmatter?.description
|
||||
|
||||
</head>
|
||||
<body class="font-[Onest] bg-xahau-background min-h-screen flex flex-col">
|
||||
<Header client:only="react" url={Astro.url} />
|
||||
<Header client:load url={Astro.url} />
|
||||
<slot />
|
||||
<Footer />
|
||||
<CookieConsent />
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -9,7 +9,7 @@ const { hasSidebar } = Astro.locals.starlightRoute
|
||||
---
|
||||
<link href="https://fonts.googleapis.com/css2?family=Onest:wght@400;700&display=swap" rel="stylesheet" />
|
||||
<div class="font-[Onest] bg-xahau-background min-h-screen flex flex-col">
|
||||
<Header client:only="react" url={Astro.url} />
|
||||
<Header client:load url={Astro.url} />
|
||||
<div class="page-content flex-1 container mx-auto p-6">
|
||||
<div class="grid grid-cols-1 md:grid-cols-5 gap-4">
|
||||
<div>
|
||||
@@ -86,4 +86,4 @@ const { hasSidebar } = Astro.locals.starlightRoute
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -17,3 +17,10 @@ footer {
|
||||
* {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
@view-transition {
|
||||
/* biome-ignore lint: noUnknownProperty */
|
||||
navigation: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user