From c42964a7e2c06565a84758a1d8bd20725ac2e8d6 Mon Sep 17 00:00:00 2001 From: chiu Date: Thu, 2 Sep 2021 12:03:27 +0800 Subject: [PATCH] fix banner --- assets/stylesheets/template/template.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index c9c5251..7311559 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -196,7 +196,8 @@ span.hover-picture:hover>img { #main-content{ .carousel_images{ .w-ba-banner__image{ - width: 70%; + height: 100%; + width: auto; } .w-ba-banner__slide{ text-align: center;