Skip to content

Commit 3983322

Browse files
carousel style
1 parent 82a6371 commit 3983322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Carousel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,22 @@
7373
background-color: var(--vc-clr-white);
7474
color: var(--vc-clr-white);
7575
font-size: 20px;
76-
border-radius: 8px;
76+
border-radius: 10px;
7777
display: flex;
7878
justify-content: center;
7979
align-items: center;
8080
}
8181
8282
.carousel__slide {
8383
display: flex;
84-
padding: 10px;
84+
padding: 15px;
8585
align-items: center;
8686
justify-content: center;
8787
}
8888
8989
.carousel__prev,
9090
.carousel__next {
9191
box-sizing: content-box;
92-
border: 5px solid white;
92+
border: 5px solid red;
9393
}
9494
</style>

0 commit comments

Comments
 (0)