Created
August 17, 2019 02:23
-
-
Save seksitha/436c9af457d02021dccf8c1232737b9e 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
// '@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