Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created December 10, 2019 01:16
Show Gist options
  • Save treyhuffine/f849868cb65e8fbb428450d9b7ac6bb7 to your computer and use it in GitHub Desktop.
Save treyhuffine/f849868cb65e8fbb428450d9b7ac6bb7 to your computer and use it in GitHub Desktop.
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