From 95327ec0a4fa7f4067bfffe14327868aa2f0dae3 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 2 Aug 2025 22:33:18 +0700 Subject: fix: adjust content height to fit all of it in mobile --- static/output.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/output.css') diff --git a/static/output.css b/static/output.css index b07fd94..d020762 100644 --- a/static/output.css +++ b/static/output.css @@ -247,6 +247,9 @@ .h-screen { height: 100vh; } + .max-h-\[80\%\] { + max-height: 80%; + } .max-w-full { max-width: 100%; } -- cgit v1.3.1+13