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%;
}
}