Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created August 18, 2017 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaraVieira/958383499ce4b6239feb43c535b7d436 to your computer and use it in GitHub Desktop.
Save SaraVieira/958383499ce4b6239feb43c535b7d436 to your computer and use it in GitHub Desktop.
import styled from 'styled-components';
export const Section = styled.main`
display: flex;
flex-direction: column;
background: #fff;
`;
export const Paragraph = styled.p`
font-size: 14px;
line-height: 18px;
color: #4a4a4a;
margin-bottom: 20px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment