Skip to content

Commit d60de4b

Browse files
committed
fix layout bug in tutorial slides
1 parent 008eb81 commit d60de4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/app/app.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
page-tutorial {
2+
.swiper .swiper-slide {
3+
flex-direction: column;
4+
5+
img {
6+
max-height: 40vh;
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)