Skip to content

Commit eea99a6

Browse files
committed
style: update layout background color for improved aesthetics
1 parent 6605e82 commit eea99a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
const cn = (...classes: string[]) => classes.filter(Boolean).join(' ');
1616
</script>
1717

18-
<div class="mx-auto min-h-screen max-w-screen-xl bg-gray-50">
18+
<div class="mx-auto min-h-screen w-full bg-gray-100">
1919
<div class="flex flex-col">
2020
<nav class="hidden border-b bg-white px-8 py-4 md:sticky md:top-0 md:block">
2121
<div class="flex items-center justify-between">

0 commit comments

Comments
 (0)