💄 update default layout

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-04-24 21:25:19 +02:00
parent ab09887340
commit 5ce48073b8
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -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>
@ -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>