We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1f028 commit 46a991dCopy full SHA for 46a991d
module/Banner/View/pc/public/banner.blade.php
@@ -19,7 +19,7 @@
19
{!! \ModStart\ModStart::css('asset/vendor/swiper/swiper.css') !!}
20
{!! \ModStart\ModStart::js('asset/vendor/swiper/swiper.js') !!}
21
{!! \ModStart\ModStart::css('vendor/Banner/style/banner.css') !!}
22
-<div class="ub-banner margin-bottom ratio-{{$bannerRatio}} {{$mobileBannerRatio}}" id="{{$bannerId}}">
+<div class="ub-banner ratio-{{$bannerRatio}} {{$mobileBannerRatio}}" id="{{$bannerId}}">
23
<div class="swiper-container">
24
<div class="swiper-wrapper">
25
@if(empty($banners))
0 commit comments