Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created December 10, 2019 01:03
Show Gist options
  • Save treyhuffine/ea91159b782c886713d27609a8bbe666 to your computer and use it in GitHub Desktop.
Save treyhuffine/ea91159b782c886713d27609a8bbe666 to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
import { Content } from 'carbon-components-react/lib/components/UIShell'
export const StyledContent = styled(Content)`
min-height: 100vh;
@media (max-width: 640px) {
margin-left: 0 !important;
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment