Skip to content

Commit 60bac18

Browse files
committed
Use two-column layout for example cards in welcome banner
1 parent 2938845 commit 60bac18

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/lib/components/WelcomeModal.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
346346
.examples-grid {
347347
display: grid;
348-
grid-template-columns: repeat(3, 1fr);
348+
grid-template-columns: repeat(2, 1fr);
349349
grid-auto-rows: min-content;
350350
align-items: start;
351351
gap: 10px;
@@ -450,10 +450,6 @@
450450
.banner-content {
451451
padding-right: 90px;
452452
}
453-
454-
.examples-grid {
455-
grid-template-columns: repeat(2, 1fr);
456-
}
457453
}
458454
459455
@media (max-width: 500px) {

0 commit comments

Comments
 (0)