Improve layout
This commit is contained in:
parent
5b53386027
commit
89c6cd150a
1 changed files with 7 additions and 0 deletions
7
src/content/global/Background.astro
Normal file
7
src/content/global/Background.astro
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<div class="bg-background">
|
||||||
|
<div
|
||||||
|
class="h-full min-h-screen w-full bg-contain bg-repeat heropattern-circuitboard-pattern"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
</div>
|
Reference in a new issue