We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6605e82 commit eea99a6Copy full SHA for eea99a6
src/routes/+layout.svelte
@@ -15,7 +15,7 @@
15
const cn = (...classes: string[]) => classes.filter(Boolean).join(' ');
16
</script>
17
18
-<div class="mx-auto min-h-screen max-w-screen-xl bg-gray-50">
+<div class="mx-auto min-h-screen w-full bg-gray-100">
19
<div class="flex flex-col">
20
<nav class="hidden border-b bg-white px-8 py-4 md:sticky md:top-0 md:block">
21
<div class="flex items-center justify-between">
0 commit comments