Skip to content

Commit 2b824e1

Browse files
committed
Height carousel
1 parent 50eab96 commit 2b824e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27202,7 +27202,7 @@ __webpack_require__.r(__webpack_exports__);
2720227202

2720327203
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
2720427204
// Module
27205-
___CSS_LOADER_EXPORT___.push([module.id, "\n.mySwiper {\r\n width: 100%;\r\n height: 300px;\n}\n.swiper-slide {\r\n text-align: center;\r\n font-size: 18px;\r\n background: #fff;\r\n\r\n /* Center slide images vertically */\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\n}\n.swiper-slide img {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\r\n -o-object-fit: cover;\r\n object-fit: cover;\n}\r\n", ""]);
27205+
___CSS_LOADER_EXPORT___.push([module.id, "\n.mySwiper {\r\n width: 100%;\r\n height: 350px;\n}\n.swiper-slide {\r\n text-align: center;\r\n font-size: 18px;\r\n background: #fff;\r\n\r\n /* Center slide images vertically */\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\n}\n.swiper-slide img {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\r\n -o-object-fit: cover;\r\n object-fit: cover;\n}\r\n", ""]);
2720627206
// Exports
2720727207
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
2720827208

resources/js/components/Index/Carousel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defineExpose({
2525
<style>
2626
.mySwiper {
2727
width: 100%;
28-
height: 300px;
28+
height: 350px;
2929
}
3030
3131
.swiper-slide {

0 commit comments

Comments
 (0)