|
@@ -770,23 +770,23 @@ table .group-actions {
|
|
|
}
|
|
|
}
|
|
|
@media (min-width: 992px) {
|
|
|
- /* Layout 7 */
|
|
|
+ /* Layout 5 & 7 */
|
|
|
.mosaic-item {
|
|
|
padding: 10px 15px;
|
|
|
}
|
|
|
.mosaic-group-back {
|
|
|
font-size: 40px;
|
|
|
}
|
|
|
- .mosaic-item-layout-7 .mosaic-item-image {
|
|
|
+ .mosaic-item-layout-5 .mosaic-item-image, .mosaic-item-layout-7 .mosaic-item-image {
|
|
|
display: table-cell;
|
|
|
width: 105px;
|
|
|
padding-left: 5px;
|
|
|
padding-right: 18px;
|
|
|
}
|
|
|
- .mosaic-item-layout-7 .mosaic-item-image > img {
|
|
|
+ .mosaic-item-layout-5 .mosaic-item-image > img, .mosaic-item-layout-7 .mosaic-item-image > img {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
- .mosaic-item-layout-7 .mosaic-item-name {
|
|
|
+ .mosaic-item-layout-5 .mosaic-item-name, .mosaic-item-layout-7 .mosaic-item-name {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
}
|