Update main.css

This commit is contained in:
2020-09-30 17:38:52 +00:00
committed by GitHub
parent 50647825c6
commit 4124fd5a3f

View File

@@ -48,7 +48,7 @@
.carousel { .carousel {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
width: calc(100vw - 5vh); width: 100%;
} }
.carouselInner { .carouselInner {
@@ -95,4 +95,4 @@
.classContainer .curve { .classContainer .curve {
left: 2vh; left: 2vh;
} }
} }