add responsiveness for the dashboard and menu

This commit is contained in:
Gregor Vostrak
2024-04-13 02:12:57 +02:00
parent 528865fc1c
commit 335a057ba1
12 changed files with 80 additions and 46 deletions

View File

@@ -14,12 +14,15 @@ export default {
theme: {
extend: {
containers: {
'2xs': '16rem',
},
fontFamily: {
sans: ['Outfit', ...defaultTheme.fontFamily.sans],
},
colors: {
'white': '#D9DCFB',
'default-background': '#040618',
'default-background': 'var(--theme-color-default-background)',
'default-background-separator': '#13152B',
'card-background': 'var(--theme-color-card-background)',
'card-background-active':