From fe12960c0050e274fb89159211ee27e688c6e13a Mon Sep 17 00:00:00 2001 From: franknstayn Date: Sat, 19 Feb 2022 21:06:12 +0800 Subject: [PATCH] added link carousel --- resources/views/merchbay/index.blade.php | 54 +++++++++++++----------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/resources/views/merchbay/index.blade.php b/resources/views/merchbay/index.blade.php index a8b119c..99b4537 100755 --- a/resources/views/merchbay/index.blade.php +++ b/resources/views/merchbay/index.blade.php @@ -12,14 +12,17 @@ top: 60px; left: 80px; } - - .carousel-item { + .carousel-item{ + min-height: 350px; + height: 350px; + } + .carousel-item>a { min-height: 350px; height: 350px; position: relative; } - .carousel-item>img.blurred { + .carousel-item>a>img.blurred { width: 100%; height: 100%; object-fit: cover; @@ -50,11 +53,11 @@