Skip to content

Commit ebceead

Browse files
committed
Fix user card length on supporter store page
1 parent 69c3eab commit ebceead

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/css/bem/store-supporter-tag.less

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
&__user-search {
2121
display: grid;
2222
grid-gap: 5px;
23-
grid-template-columns: minmax(@user-card-width, 1fr);
24-
25-
justify-content: center;
23+
max-width: @user-card-width * 1.2;
24+
margin: 0 auto;
2625
}
2726

2827
.ui-slider {

0 commit comments

Comments
 (0)