Update main.css

This commit is contained in:
Dmitriy Shishkov 2020-09-30 17:38:52 +00:00 committed by GitHub
parent 50647825c6
commit 4124fd5a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
} }
} }