From 6da44010986c90fb1dc7f92f290e7d7c28aac085 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Sat, 20 Feb 2021 16:43:21 +0100 Subject: [PATCH] Insert margin-bottom to carousel --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 83a7b00..e150716 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -182,6 +182,10 @@ time.icon span { color: var(--teckids-secondary-dark); } +.carousel { + margin-bottom: 4rem; +} + .carousel .carousel-image { max-height: 500px; } -- GitLab