From fe8303b85793c4628e1be9d532757939f075b62b Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 10 Aug 2024 05:16:55 +0000 Subject: [PATCH] Update public/@brooke/index.html --- public/@brooke/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/@brooke/index.html b/public/@brooke/index.html index 1f32e83..544c4c0 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -51,7 +51,6 @@ } #flex { display: flex; - height: 100%; } main { width: 100%; @@ -68,7 +67,10 @@ flex-wrap: wrap; } #container { - height: 100vh; + max-height: 100vh; + } + #flex { + height: 100%; } }