fix(SW-1671): align heart markers to the top

make sure usp lists are evenly squared columns
This commit is contained in:
Christian Andolf
2025-02-18 15:02:07 +01:00
parent 29bf586cc7
commit 8462b17cdd

View File

@@ -49,7 +49,8 @@
@media screen and (min-width: 768px) {
.usp {
grid-template-rows: repeat(3, 1fr);
grid-template-rows: repeat(3, auto);
grid-template-columns: repeat(3, 1fr);
grid-auto-flow: column;
padding: var(--Spacing-x-one-and-half) 0;
}
@@ -57,7 +58,6 @@
.usp li {
display: flex;
align-items: center;
gap: var(--Spacing-x1);
padding-left: var(--Spacing-x1);
}