diff --git a/src/app.html b/src/app.html index c8050c1..d42d971 100644 --- a/src/app.html +++ b/src/app.html @@ -4,6 +4,7 @@ + %sveltekit.head%
diff --git a/static/global.css b/static/global.css new file mode 100644 index 0000000..cd95015 --- /dev/null +++ b/static/global.css @@ -0,0 +1,3 @@ +body { + width: 100%; +}