improve layout for smaller width

This commit is contained in:
Vinzenz Schroeter 2024-04-21 21:37:38 +02:00
parent 19e1792307
commit 3cea9c967d
5 changed files with 13 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import {ConfigEnv, defineConfig} from 'vite';
import {defineConfig} from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/