From c4b1a07530c33f54f74f77db998dc4c730c02503 Mon Sep 17 00:00:00 2001 From: sovanna Date: Mon, 2 Mar 2020 22:36:02 +0900 Subject: [PATCH] fix(issue21): Increases crate height (thus card height) --- sass/css/_shop.scss | 6 ++++-- static/js/shop.jsx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sass/css/_shop.scss b/sass/css/_shop.scss index 6b4de1c..54c958b 100644 --- a/sass/css/_shop.scss +++ b/sass/css/_shop.scss @@ -292,7 +292,8 @@ button { > div { display: flex; flex-direction: column; - max-width: 96px; + /*max-width: 96px;*/ + max-width: 121px; justify-content: flex-start; align-content: center; align-items: center; @@ -308,7 +309,8 @@ button { } img { - height: 250px; + /*height: 250px;*/ + height: 320px; border: 0; flex-shrink: 0; } diff --git a/static/js/shop.jsx b/static/js/shop.jsx index 825a7b4..6b52a52 100644 --- a/static/js/shop.jsx +++ b/static/js/shop.jsx @@ -469,7 +469,7 @@ class ProductCartItem extends React.PureComponent {
{model.name_number}