Added basic Tailwind styling and fixed a active session bug

This commit is contained in:
Samuel Andert
2023-08-31 11:13:53 +02:00
parent b8012cf9fd
commit 7652938c74
10 changed files with 286 additions and 29 deletions

3
src/app.css Normal file
View File

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;