Skip to content

Instantly share code, notes, and snippets.

@seksitha
Created August 17, 2019 02:23
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 seksitha/436c9af457d02021dccf8c1232737b9e to your computer and use it in GitHub Desktop.
Save seksitha/436c9af457d02021dccf8c1232737b9e to your computer and use it in GitHub Desktop.
// '@media only screen and (min-width: 600px)': { // apply only width bigger than 600
// span: {
// display: 'none',
// },
// card: {
// maxWidth: "48%",
// marginRight:10,
// marginTop:15,
// },
// },
// '@media only screen and (min-width: 1200px)': {
// span: {
// display: 'none',
// },
// card: {
// maxWidth: "20%",
// marginRight:30,
// marginLeft:25,
// marginTop:25,
// marginBottom:10,
// },
// },
// '@media only screen and (max-width: 600px)': {
// card: {
// maxWidth: "95.5%",
// marginRight:10,
// marginTop:15,
// },
// sidebar: {
// display:'none'
// }
// },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment