From eeab24d38db71f85bce5f1e193d65b4685f109cc Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Dec 2019 09:48:05 -0500 Subject: [PATCH] [O] Use vh for margins instead of px --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3243c16..bd038d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -125,7 +125,7 @@ background-size: cover; // Alignment - margin-bottom: 30px; + margin-bottom: 10vh; #title-text { @@ -140,6 +140,6 @@ #footer { - margin-top: 30px; + margin-top: 10vh; }