fix(SW-1615): usp list for scandic friends block now grows vertically instead of horizontally

This commit is contained in:
Christian Andolf
2025-02-13 16:23:22 +01:00
parent 419d21b3d0
commit c74cb7da58

View File

@@ -49,7 +49,8 @@
@media screen and (min-width: 768px) {
.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;
}
}