Skip to content

Instantly share code, notes, and snippets.

@devbyray
Created March 15, 2021 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devbyray/844a2ac6ffe9de7676fbd066ec3fc3db to your computer and use it in GitHub Desktop.
Save devbyray/844a2ac6ffe9de7676fbd066ec3fc3db to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
export const Columns = styled.div`
padding-top: 2rem;
display: grid;
gap: 2rem;
@media (min-width: 769px) {
grid-template-columns: 2fr 3fr;
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment