From 7696eed33b8151aeb5b616dc84d0ed036f817ee2 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Fri, 1 Aug 2025 21:52:46 +0700 Subject: feat: adapt main page for mobile --- static/input.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'static/input.css') diff --git a/static/input.css b/static/input.css index dfa9219..6823898 100644 --- a/static/input.css +++ b/static/input.css @@ -227,12 +227,20 @@ width: 90vw; } +.w-p80 { + width: 80%; +} + +.w-vmax4 { + width: 4vmax; +} + .h-vh90 { height: 90vh; } -.w-p80 { - width: 80%; +.h-vmax4 { + height: 4vmax; } .mt-vmin0-8 { -- cgit v1.3.1+13