diff --git a/src/components/NewVersionModal/index.tsx b/src/components/NewVersionModal/index.tsx index 62add407..383ae732 100644 --- a/src/components/NewVersionModal/index.tsx +++ b/src/components/NewVersionModal/index.tsx @@ -31,7 +31,7 @@ const Modal = styled.div<{ isOpen: boolean }>` padding: 144px 32px; } - @media (max-height: 610px) { + @media (max-height: 846px) { padding: 32px; } ` @@ -104,7 +104,7 @@ const ModalHeading = styled.h3` font-size: 36px; } - @media (max-height: 610px) { + @media (max-height: 846px) { font-size: 20px; } ` diff --git a/src/layout/index.tsx b/src/layout/index.tsx index b12ad13c..3fc9c729 100644 --- a/src/layout/index.tsx +++ b/src/layout/index.tsx @@ -58,7 +58,7 @@ const Layout: React.FC = () => { {activeMobileMenu && }