Merged in fix/SW-1615-usp-list-now-grows-vertically (pull request #1336)

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

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Christian Andolf
2025-02-14 15:43:34 +00:00

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;
}
}