1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

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

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;