💄 update default layout
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
ab09887340
commit
5ce48073b8
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<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">
|
<div class="app-background mx-auto max-w-3xl xl:max-w-2xl xl:px-18">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,5 +12,9 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.8);
|
||||||
|
}
|
||||||
|
.bg-color {
|
||||||
|
background-color: #3b4f56;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Reference in a new issue