Created
December 10, 2019 01:03
-
-
Save treyhuffine/ea91159b782c886713d27609a8bbe666 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' | |
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