web: components: margin 0 for menu and content header

This commit is contained in:
Andrey Savihin 2019-07-19 14:56:51 +03:00
parent 10982fefdf
commit a871d3007f

View File

@ -12,6 +12,7 @@ export default function createStyledHeader(headlineType) {
const StyledHeadline = styled.h1`
font-family: 'Open Sans',sans-serif,Arial;
margin: 0;
font-size: ${fontSize}px;
font-weight: 700;
color: ${props => props.isDisabled == true ? '#ECEEF1' : '#333333'};