Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created December 10, 2019 01:17
Show Gist options
  • Save treyhuffine/5ed90a922f250a35d1734fd0a6797246 to your computer and use it in GitHub Desktop.
Save treyhuffine/5ed90a922f250a35d1734fd0a6797246 to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
import { white } from '@carbon/colors'
export const ProjectItem = styled.li`
margin-top: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid ${white};
`
export const ProjectTitle = styled.h4`
font-weight: bold;
`
export const SkillContainer = styled.div`
margin-top: 1.2rem;
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment