diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-28 15:22:34 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-28 15:22:34 -0400 |
| commit | 65c524251d49ade9d44a62337f3c1c1fed6eedd0 (patch) | |
| tree | d504ba9cea8d89bbde4b2e809fddb048bd660548 /frontend/components/Item.js | |
| parent | a1fd7eb33bb08610aaf381a64b7f963cd98bfdaa (diff) | |
Permissions
Diffstat (limited to 'frontend/components/Item.js')
| -rw-r--r-- | frontend/components/Item.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/components/Item.js b/frontend/components/Item.js index 9bff385..050ec17 100644 --- a/frontend/components/Item.js +++ b/frontend/components/Item.js @@ -10,11 +10,10 @@ import PropTypes from 'prop-types'; const Item = styled.div` background: white; border: 1px solid ${props => props.theme.offWhite}; - box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.09); + box-shadow: ${props => props.theme.bs}; position: relative; display: grid; align-content: start; - /* grid-template-rows: repeat(auto-fit, minmax(100px,)); */ grid-auto-rows: fit-content; img { width: 100%; |
