UNPKG
yoda-common-boilerplate
Version:
latest (1.0.0)
1.0.0
Repository of all JCP reusable atoms, molecules and organisms
yoda-common-boilerplate
/
src
/
molecules
/
ProductList
/
ProductList.css
18 lines
(15 loc)
•
203 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.gridTiles
{
list-style
: none;
padding
:
0
;
width
:
100%
;
margin
:
0
; }
.wrapper
{
width
:
75%
;
margin
:
0
auto; }
@media
all
and
(
max-device-width
:
500px
) {
.wrapper
{
width
:
100%
; } }