Skip to content

Commit 3b75dc3

Browse files
committed
fix(#1): extend styles of slides
1 parent d5618fd commit 3b75dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.slides {
2+
display: grid;
3+
grid-auto-flow: column;
24
overflow-x: auto;
35
scroll-behavior: smooth;
46
scroll-snap-type: x mandatory;

0 commit comments

Comments
 (0)