Skip to content

Commit

Permalink
style: update layout background color for improved aesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Nov 10, 2024
1 parent 6605e82 commit eea99a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const cn = (...classes: string[]) => classes.filter(Boolean).join(' ');
</script>

<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">
<div class="flex flex-col">
<nav class="hidden border-b bg-white px-8 py-4 md:sticky md:top-0 md:block">
<div class="flex items-center justify-between">
Expand Down

0 comments on commit eea99a6

Please sign in to comment.