Skip to content
Snippets Groups Projects
Verified Commit 66390a06 authored by magicfelix's avatar magicfelix
Browse files

Make carousel image use full width

parent f245d15d
No related branches found
No related tags found
1 merge request!10Make carousel image use full width
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment