Skip to content
Snippets Groups Projects

Make carousel image use full width

Merged magicfelix requested to merge fix-carousel-image-width into master
1 file
+ 2
5
Compare changes
  • Side-by-side
  • Inline
+ 2
5
@@ -184,6 +184,8 @@ time.icon span {
.carousel {
margin-bottom: 4rem;
width: 100%;
height: auto;
}
.carousel-text-dark {
@@ -203,8 +205,3 @@ time.icon span {
.product-button {
background: var(--teckids-primary-dark);
}
.carousel-inner img {
max-height: 70vh;
margin: auto;
}
Loading