From a34c7120c93c5f41c738015c4cd42658d2add6d9 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Sun, 14 May 2023 15:04:19 +0300 Subject: [PATCH] fix: homepage ad size --- src/containers/Home/styles.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/containers/Home/styles.tsx b/src/containers/Home/styles.tsx index 0840315..04e1380 100644 --- a/src/containers/Home/styles.tsx +++ b/src/containers/Home/styles.tsx @@ -414,4 +414,8 @@ export const StyledAffiliate = styled.div` justify-content: space-between; align-items: center; gap: 3rem; + + .carbon-outer { + max-width: 430px; + } `;