forked from OpenNeo/impress
15 lines
189 B
Sass
15 lines
189 B
Sass
|
.nc-mall-items
|
||
|
list-style: none
|
||
|
display: flex
|
||
|
flex-wrap: wrap
|
||
|
gap: 1em
|
||
|
|
||
|
li
|
||
|
display: flex
|
||
|
flex-direction: column
|
||
|
align-items: center
|
||
|
width: auto
|
||
|
|
||
|
.add-to-cart
|
||
|
font-size: 85%
|