fix(SW-1615): usp list for scandic friends block now grows vertically instead of horizontally
This commit is contained in:
@@ -49,7 +49,8 @@
|
|||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.usp {
|
.usp {
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-rows: repeat(3, 1fr);
|
||||||
|
grid-auto-flow: column;
|
||||||
padding: var(--Spacing-x-one-and-half) 0;
|
padding: var(--Spacing-x-one-and-half) 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user