Skip to content

Instantly share code, notes, and snippets.

View ipramudya's full-sized avatar
💭
I may be slow to respond.

Pramudya Tamir Indra ipramudya

💭
I may be slow to respond.
View GitHub Profile
@adrianhajdin
adrianhajdin / cartItemStyles.js
Created November 28, 2020 16:30
Styles for an E-Commerce Web Tutorial
import { makeStyles } from '@material-ui/core/styles';
export default makeStyles(() => ({
media: {
height: 260,
},
cardContent: {
display: 'flex',
justifyContent: 'space-between',
},