Created
December 10, 2019 01:16
-
-
Save treyhuffine/f849868cb65e8fbb428450d9b7ac6bb7 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 ProfileLink = styled.li` | |
margin-right: 0.5rem; | |
margin-bottom: 0.5rem; | |
display: inline-block; | |
font-size: 18px; | |
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment