From 5bce081098d91849f44643a79e2e800db9e210a8 Mon Sep 17 00:00:00 2001 From: Nikhil Mehta Date: Sat, 14 May 2022 15:02:17 +0530 Subject: [PATCH] fix: changed height of page-contents grid rows --- styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.scss b/styles/global.scss index 9970663..605722c 100644 --- a/styles/global.scss +++ b/styles/global.scss @@ -30,7 +30,7 @@ body { .page-contents { @apply grid; - grid-template-rows: 80px 1fr 80px; + grid-template-rows: 70px 1fr 70px; } main {