From cab02cee7e9f7d4564dfe1fe8ac1b4566c0f51ec Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Tue, 24 May 2022 04:36:44 +0300 Subject: [PATCH] center hero block (#670) Signed-off-by: Arhell --- src/pages/styles.module.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/pages/styles.module.css b/src/pages/styles.module.css index 129a9447..bf4a7243 100644 --- a/src/pages/styles.module.css +++ b/src/pages/styles.module.css @@ -11,16 +11,15 @@ .heroLogoWrapper { position: relative; - left: 50%; display: flex; justify-content: center; align-items: center; + margin: auto; width: 256px; height: 256px; margin-bottom: 1.5rem; background: #fff; border-radius: 48px; - transform: translateX(-50%); } @media screen and (max-width: 768px) { @@ -35,10 +34,6 @@ height: 80%; } -.heroTitle { - padding-left: 1.5rem; -} - .installTextWrapper { width: 100%; }