From eaf6ea85811cd4e693021c3d710ec264d769bddc Mon Sep 17 00:00:00 2001 From: Artur Akmalov Date: Wed, 24 May 2023 00:40:32 +0500 Subject: [PATCH] fix styles --- src/components/home/Styles.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/Styles.module.scss b/src/components/home/Styles.module.scss index a0334f3..f17286c 100644 --- a/src/components/home/Styles.module.scss +++ b/src/components/home/Styles.module.scss @@ -1,6 +1,6 @@ .client-icon { display: block; - max-width: 10rem; + max-width: 11rem; color: white; } @@ -8,7 +8,7 @@ display: block; margin: 0 auto; color: white; - max-width: 10rem; + max-width: 11rem; } .buttons {