Skip to content

Commit 08b5bd1

Browse files
committed
tweak schedule layout
1 parent 68ee339 commit 08b5bd1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/components/Schedule.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,12 @@
274274
display: flex;
275275
flex-direction: row;
276276
flex-wrap: wrap;
277-
gap: 20px;
277+
column-gap: 20px;
278+
justify-content: center;
279+
width: 100%;
280+
& > div {
281+
width: min(400px, 100%);
282+
}
278283
h3 {
279284
text-align: center;
280285
}

0 commit comments

Comments
 (0)