fix(frontend): use dvh

This commit is contained in:
thek4n 2026-06-07 19:53:18 +03:00
parent 00b820a90d
commit cb42cce041

View File

@ -28,7 +28,7 @@
body {
margin: 0;
min-height: 100vh;
min-height: 100dvh;
background: radial-gradient(circle at 20% 30%, #121826, #0b0f17);
font-family: 'Segoe UI', 'Inter', system-ui, -apple-system, 'Roboto', sans-serif;
display: flex;