From 4006369793e2bc1213f3d773d81b5dd33fbe50cf Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Fri, 2 Apr 2021 16:16:21 +0300 Subject: [PATCH] Refactor css styles. --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 6ab2d1e..2db5c4d 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -35,7 +35,7 @@ a, a:hover, a:focus { display: flex; width: 100%; align-items: stretch; - height: 100vh; + height: inherit; perspective: 1500px; }