Web: Common: fixed section-header styles for mobile devices

This commit is contained in:
Nikita Gopienko 2021-10-07 10:47:25 +03:00
parent deffb0c901
commit 593ac7abc5

View File

@ -30,7 +30,8 @@ const StyledSectionHeader = styled.div`
props.viewAs !== "tablet" &&
css`
margin-left: -4px;
height: 31px;
height: 37px;
margin-top: 11px;
.section-header {
margin-top: -4px;