Merge fix

This commit is contained in:
Firq 2023-03-09 11:44:18 +01:00
commit a2ee3564bc
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
26 changed files with 1125 additions and 1039 deletions
src/components

View file

@ -1,23 +1,22 @@
---
---
<div>
This is still a work in progress and continuously expanded. Feel free to look around.
<slot />
This is still a work in progress and continuously expanded. Feel free to look
around.
<slot />
</div>
<style>
div {
display: flex;
width: 100%;
height: 5em;
background-color: var(--c-gray);
text-align: center;
align-items: center;
justify-content: center;
color: white;
font-size: 1.5em;
}
</style>
div {
display: flex;
width: 100%;
height: 5em;
background-color: var(--c-gray);
text-align: center;
align-items: center;
justify-content: center;
color: white;
font-size: 1.5em;
}
</style>