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