From e35ebb498d5775088d8d8061a74027a9a1af0b49 Mon Sep 17 00:00:00 2001 From: e26chiu Date: Thu, 15 Dec 2022 19:19:34 -0500 Subject: [PATCH] Fix weird wrapperCenter centering issue --- components/ComponentWrapper.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ComponentWrapper.module.css b/components/ComponentWrapper.module.css index 47d5f96..09f37ea 100644 --- a/components/ComponentWrapper.module.css +++ b/components/ComponentWrapper.module.css @@ -41,6 +41,7 @@ 0px top margin, since h3 contributes 45px and internal wrapper contributes 20px for the center component */ margin: 0 0 calc(45rem / 16) 0; + align-self: center; padding: 0 15%; }