+
+
+
+
+
+
+
+
diff --git a/src/home/common.module.css b/src/home/common.module.css
index 5a7cf350..a3e84eee 100644
--- a/src/home/common.module.css
+++ b/src/home/common.module.css
@@ -16,7 +16,7 @@ limitations under the License.
.container {
display: flex;
- min-height: calc(100% - 64px);
+ min-height: 100%;
flex-direction: column;
justify-content: space-between;
}
@@ -42,8 +42,4 @@ limitations under the License.
.logo {
display: none;
}
-
- .container {
- min-height: calc(100% - 76px);
- }
}