fix(SW-1671): align heart markers to the top
make sure usp lists are evenly squared columns
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-rows: repeat(3, 1fr);
|
grid-template-rows: repeat(3, auto);
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
padding: var(--Spacing-x-one-and-half) 0;
|
padding: var(--Spacing-x-one-and-half) 0;
|
||||||
}
|
}
|
||||||
@@ -57,7 +58,6 @@
|
|||||||
|
|
||||||
.usp li {
|
.usp li {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
gap: var(--Spacing-x1);
|
gap: var(--Spacing-x1);
|
||||||
padding-left: var(--Spacing-x1);
|
padding-left: var(--Spacing-x1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user