27 lines
464 B
Plaintext
27 lines
464 B
Plaintext
.component-wrapper {
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
.storeimagegroup-content{
|
|
width: 100%;
|
|
padding:10px 10px 0 10px;
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.content-block{
|
|
width: calc((100vw - 30px) / 2);
|
|
height: calc((100vw - 30px) / 4);
|
|
margin-bottom: 10px;
|
|
border-radius: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.content-block-image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|