Skip to content

Commit e7e2b47

Browse files
committed
FOUR-14478
1 parent d3c2d65 commit e7e2b47

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

resources/js/processes-catalogue/components/ProcessesCarousel.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="d-block">
2+
<div class="carousel-container">
33
<b-carousel
44
id="processes-carousel"
55
v-model="slide"
@@ -112,7 +112,12 @@ export default {
112112
height: 400px;
113113
}
114114
.img-carousel {
115-
max-width: 100%;
116-
height: inherit;
115+
max-width: 800px;
116+
height: 400px;
117+
}
118+
.carousel-container {
119+
display: flex;
120+
justify-content: center;
121+
background-color: #edf1f6;
117122
}
118123
</style>

0 commit comments

Comments
 (0)