From f6dcda1c72be102a75bcb08efa35e92a2844dc4b Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 31 Aug 2022 04:41:29 -0700 Subject: [PATCH] Fixed mobile wrapper --- components/ComponentWrapper.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ComponentWrapper.module.css b/components/ComponentWrapper.module.css index 9ebbfd2..4fad333 100644 --- a/components/ComponentWrapper.module.css +++ b/components/ComponentWrapper.module.css @@ -44,7 +44,7 @@ } @media screen and (max-width: 768px) { - .wrapperCommon { + .sideWrapperCommon { margin: auto; flex-direction: column; text-align: center;