Fix background colour

This commit is contained in:
JUDIT GRESKOVITS 2017-02-23 16:39:06 +00:00
parent cdcae9c1d4
commit fbff74a13f
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
import styled from 'styled-components';
import { colors, breakpoints } from '@ui/shared/constants';
import { unitcalc } from '@ui/shared/functions';
// Main Contonent Wrapper Styles
export default styled.article`
background-color: ${colors.base.grey};
padding: 2rem;
background-color: ${colors.base.background};
padding: ${unitcalc(1)};
${breakpoints.large`
padding: 0;