fix ad banner style

This commit is contained in:
chiu 2021-09-01 22:26:52 +08:00
parent 4768dfd8d6
commit 427bdff8d3
1 changed files with 11 additions and 0 deletions

View File

@ -192,4 +192,15 @@ span.hover-picture:hover>img {
margin-right: 1em;
}
}
}
#main-content{
.carousel_images{
.w-ba-banner__image{
width: 70%;
}
.w-ba-banner__slide{
text-align: center;
max-height: 70vh;
}
}
}