Web: Common: fixed navigation width for tablet

This commit is contained in:
Dmitry Sychugov 2022-03-24 12:30:19 +05:00
parent f464eb6e35
commit 7724a0bda7

View File

@ -20,7 +20,7 @@ const StyledContainer = styled.div`
}
@media ${tablet} {
width: calc(100vw - 80px);
width: calc(99vw - 80px);
padding: ${(props) => (props.isDropBox ? "16px 0 5px" : "16px 0 0px")};
}
${isMobile &&