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

@@ -21,7 +21,7 @@ const props = withDefaults(
const indicatorClasses = {
base: 'w-2.5 h-2.5',
large: 'w-3 h-3',
large: 'w-2 sm:w-3 h-2 sm:h-3',
};
</script>