Merge pull request #10 from javaxman/feat/issue-5-i18n-home-menu-footer
Rollback regressione CSS globale su BaseLayout
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
import globalStyles from '../styles/global.css?raw';
|
import '../styles/global.css';
|
||||||
import CookieConsent from '../components/CookieConsent.astro';
|
import CookieConsent from '../components/CookieConsent.astro';
|
||||||
import ChatGateModal from '../components/ChatGateModal.astro';
|
import ChatGateModal from '../components/ChatGateModal.astro';
|
||||||
|
|
||||||
@ -43,7 +43,6 @@ const canonicalUrl = Astro.url.toString();
|
|||||||
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:wght@400;500&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:wght@400;500&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<style is:global set:html={globalStyles}></style>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen">
|
<body class="min-h-screen">
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
Reference in New Issue
Block a user