From 66390a06b265ae583d5f41127d91d6556bfc62ac Mon Sep 17 00:00:00 2001
From: magicfelix <felix@felix-zauberer.de>
Date: Wed, 11 Aug 2021 16:23:30 +0200
Subject: [PATCH] Make carousel image use full width

---
 static/css/style.css | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css
index d3bb284..333dcca 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -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;
-}
-- 
GitLab