removing top border of main article wrapper

This commit is contained in:
Alex Windett 2017-02-27 16:56:23 +00:00
parent 49612769da
commit 961a06f46a
1 changed files with 2 additions and 2 deletions

View File

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