From ccd8deb9a1b777a1a9f67efe5089f7e3e3b2bd2d Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 16:05:51 +0100 Subject: [PATCH] make div smaller on mobile to make footer more visible --- proj/y2t/assets/css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proj/y2t/assets/css/layout.css b/proj/y2t/assets/css/layout.css index 6cb4ce3..0a15793 100644 --- a/proj/y2t/assets/css/layout.css +++ b/proj/y2t/assets/css/layout.css @@ -50,4 +50,7 @@ div.y2t-output div { max-width: 80vw; } + div#root { + min-height: 80vh; + } } \ No newline at end of file