From 961a06f46a03aaafb04fcb8e989857655c5e220e Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 27 Feb 2017 16:56:23 +0000 Subject: [PATCH] removing top border of main article wrapper --- frontend/src/components/article/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/article/index.js b/frontend/src/components/article/index.js index 424fd63a..6828abe5 100644 --- a/frontend/src/components/article/index.js +++ b/frontend/src/components/article/index.js @@ -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;