Web: Common: Added padding for section-header

This commit is contained in:
TatianaLopaeva 2020-11-10 19:45:29 +03:00
parent 67cf0a4364
commit 77f0bc0493

View File

@ -34,6 +34,9 @@ const StyledSectionHeader = styled.div`
top: ${props => !props.isHeaderVisible ? "56px" : "0"} ; top: ${props => !props.isHeaderVisible ? "56px" : "0"} ;
transition: top 0.3s; transition: top 0.3s;
z-index:155; z-index:155;
padding-right: 16px;
} }
h1, h1,