From 7405e669fb2b4f9e344cb2ebdf1cb01141ae15c0 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Thu, 13 Jan 2022 01:22:00 -0800 Subject: [PATCH] fixed home page logo vertical centering --- pages/index.module.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/index.module.css b/pages/index.module.css index e260dc8d..3ae23a45 100644 --- a/pages/index.module.css +++ b/pages/index.module.css @@ -49,6 +49,7 @@ text-align: center; white-space: nowrap; color: var(--primary-heading); + margin: 0; } .clubDescription { @@ -119,7 +120,7 @@ gap: calc(32rem / 16); } - .cards > section { + .cards>section { width: calc(540rem / 16); max-width: calc(540rem / 16); } @@ -180,7 +181,7 @@ padding: calc(36rem / 16) calc(20rem / 16) calc(20rem / 16); } - .cards > section { + .cards>section { width: unset; max-width: unset; } @@ -202,4 +203,4 @@ border: none; background-color: var(--primary-heading); } -} +} \ No newline at end of file