added global css

This commit is contained in:
Patrick 2025-10-02 11:41:56 +02:00
parent c4ee8fc372
commit 9c3f103758
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<link rel="stylesheet" href="%sveltekit.assets%/global.css" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">

3
static/global.css Normal file
View File

@ -0,0 +1,3 @@
body {
width: 100%;
}