38 lines
622 B
CSS
38 lines
622 B
CSS
|
.fw-store-parent {
|
||
|
align-content: center;
|
||
|
vertical-align: top;
|
||
|
overflow-y: auto;
|
||
|
text-align:center;
|
||
|
margin:0 auto;
|
||
|
max-width: 1000px;
|
||
|
}
|
||
|
|
||
|
.product-tile {
|
||
|
align-content: center;
|
||
|
vertical-align: top;
|
||
|
background: white;
|
||
|
display:inline-block;
|
||
|
width:200px;
|
||
|
margin:0 25px 25px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.product-tile img {
|
||
|
max-height: 350px;
|
||
|
}
|
||
|
|
||
|
.image__badges {
|
||
|
color: red;
|
||
|
justify-content: center;
|
||
|
position: absolute;
|
||
|
font-weight: bold;
|
||
|
margin: auto;
|
||
|
}
|
||
|
.badge {
|
||
|
color: red !important;
|
||
|
margin: auto;
|
||
|
padding: 60px;
|
||
|
font-size: 20px;
|
||
|
font-style: italic;
|
||
|
}
|