Skip to content

Commit 4895aae

Browse files
committed
Styling
1 parent 6ff357d commit 4895aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import Header from '../components/header.astro';
33
import Footer from '../components/footer.astro';
44
import { astroI18n, t } from 'astro-i18n';
5+
import "../styles/global.css";
56
67
export interface Props {
78
title: string;

0 commit comments

Comments
 (0)