Skip to content

Commit fadf9d2

Browse files
authored
Update TierGroup.vue for 3 columns
1 parent a17806a commit fadf9d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

components/Block/TierGroup.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@ const { data: block } = useAsyncData(props.uuid, () =>
2727
grid-template-columns: 1fr;
2828
}
2929
30-
@media (width > 40rem) {
31-
.block-tier-group {
32-
grid-template-columns: repeat(2, 1fr);
33-
}
34-
}
35-
3630
@media (width > 64rem) {
3731
.block-tier-group {
38-
grid-template-columns: repeat(4, 1fr);
32+
grid-template-columns: repeat(3, 1fr);
3933
padding: 0;
4034
}
4135
}

0 commit comments

Comments
 (0)