From 083d2289299abd561f70208cd8cbc6266a6b5881 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 10 Aug 2024 05:14:41 +0000 Subject: [PATCH] Update public/@brooke/index.html --- public/@brooke/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/@brooke/index.html b/public/@brooke/index.html index 4f24d9a..1f32e83 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -44,15 +44,14 @@ #container { max-width: 550px; margin: 0 auto; + border-top: none; } #container a { color: var(--link-color); } - #container { - border-top: none; - } #flex { display: flex; + height: 100%; } main { width: 100%; @@ -68,6 +67,9 @@ #flex { flex-wrap: wrap; } + #container { + height: 100vh; + } }