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); ` : ''};