Web: Common: fixed padding

This commit is contained in:
Viktor Fomin 2021-02-08 15:45:35 +03:00
parent 4d1beb69dc
commit 4c50ae4eb5

View File

@ -22,6 +22,7 @@ const StyledSectionHeader = styled.div`
max-height: 49px;
width: ${(props) => !props.isLoaded && "100%"};
margin-top: 64px;
padding-bottom: 18px;
@media ${tablet} {
margin-top: 55px;
}
@ -30,7 +31,6 @@ const StyledSectionHeader = styled.div`
@media ${tablet} {
margin-right: 16px;
border-bottom: 1px solid #eceef1;
padding-bottom: 18px;
}
.section-header {