Skip to content

Commit

Permalink
💄 update default layout
Browse files Browse the repository at this point in the history
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
  • Loading branch information
SindreKjelsrud committed Apr 24, 2024
1 parent ab09887 commit 5ce4807
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="bg-slate-900">
<div class="bg-color">
<div class="app-background mx-auto max-w-3xl xl:max-w-2xl xl:px-18">
<slot />
</div>
Expand All @@ -12,5 +12,9 @@
background-position: center;
background-attachment: fixed;
min-height: 100vh;
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.8);
}
.bg-color {
background-color: #3b4f56;
}
</style>

0 comments on commit 5ce4807

Please sign in to comment.