mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
removing top border of main article wrapper
This commit is contained in:
parent
49612769da
commit
961a06f46a
@ -2,10 +2,10 @@ import styled from 'styled-components';
|
|||||||
import { breakpoints, colors } from '@ui/shared/constants';
|
import { breakpoints, colors } from '@ui/shared/constants';
|
||||||
import { remcalc } from '@ui/shared/functions';
|
import { remcalc } from '@ui/shared/functions';
|
||||||
|
|
||||||
// Main Contonent Wrapper Styles
|
// Main content Wrapper Styles
|
||||||
export default styled.article`
|
export default styled.article`
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border-top: ${remcalc(1)} solid ${colors.base.grey};
|
// border-top: ${remcalc(1)} solid ${colors.base.grey};
|
||||||
|
|
||||||
${breakpoints.large`
|
${breakpoints.large`
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user