From 0433fc8805d850467551ff7c78fe2001fdf19c0d Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Wed, 20 May 2026 15:01:50 -0400 Subject: [PATCH] =?UTF-8?q?fix(home):=20prevent=20bottom=20cutoff=20?= =?UTF-8?q?=E2=80=94=20safe=20center=20+=20remove=20min-height:=20100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/web-ui/public/home.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web-ui/public/home.html b/services/web-ui/public/home.html index c0e965c..7cce68a 100644 --- a/services/web-ui/public/home.html +++ b/services/web-ui/public/home.html @@ -26,10 +26,9 @@ display: flex; flex-direction: column; align-items: center; - justify-content: center; + justify-content: safe center; padding: 56px 32px 32px; gap: 36px; - min-height: 100%; } .home-brandmark {