From 7df617c23e413049e7aed82fa72f510079281619 Mon Sep 17 00:00:00 2001 From: Ruslan Khayrullin Date: Tue, 27 Sep 2022 15:28:59 +0500 Subject: [PATCH] fix(ott-2875): fix clipped tournament --- src/features/PageLayout/styled.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/PageLayout/styled.tsx b/src/features/PageLayout/styled.tsx index 08899513..1dfa068e 100644 --- a/src/features/PageLayout/styled.tsx +++ b/src/features/PageLayout/styled.tsx @@ -22,6 +22,7 @@ export const Content = styled.div` ${isMobileDevice ? css` margin-top: 50px; + padding-bottom: 23px; height: calc(100vh - 174px); ` : ''};