table done and finished shitty auth

This commit is contained in:
Niki Wix Skaarup 2025-04-02 01:56:28 +02:00
parent 1adf2fb862
commit a04b54ce99
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
12 changed files with 513 additions and 10 deletions

View file

@ -1,4 +1,5 @@
@import 'tailwindcss' source('.');
@source './components/main.svelte';
@theme {
--breakout-size: calc((var(--breakpoint-xl) - var(--breakpoint-lg)) / 2);
@ -7,6 +8,11 @@
--content-val: min(100% - calc(var(--spacing) * 8), var(--breakpoint-lg));
}
:root {
--header-height: calc(var(--spacing) * 16);
--main-min-height: calc(100dvh - var(--header-height));
}
@layer base {
* {
min-width: 0;