diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 7d0e5f0..c9c5251 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -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; + } + } } \ No newline at end of file