Created
August 18, 2017 21:14
-
-
Save SaraVieira/958383499ce4b6239feb43c535b7d436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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