Skip to content

Commit b178ab0

Browse files
committed
Fix .card.narrow layout when only one column is shown.
1 parent d343038 commit b178ab0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

layouts/default.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,18 @@ V:1 nm="abcjs"
395395
.combine-cards {
396396
display: flex;
397397
}
398+
.layout.wrap {
399+
display: block;
400+
}
398401
.combine-cards .card.narrow {
399402
min-width: 270px;
400403
max-width: 270px;
401404
}
402405
}
403406
@media only screen and (min-width: 1600px) {
407+
.layout.wrap {
408+
display: flex;
409+
}
404410
.combine-cards .card.narrow {
405411
min-width: 560px;
406412
max-width: 560px;

0 commit comments

Comments
 (0)