From e94cf20f56930fc2a68010217c475f172c0bd495 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Sat, 20 Feb 2021 16:46:45 +0100 Subject: [PATCH] Remove margin-bottom from carousel wich moved to template --- content/static/css/custom.css | 1 - 1 file changed, 1 deletion(-) diff --git a/content/static/css/custom.css b/content/static/css/custom.css index d07f0d17..405a09a6 100644 --- a/content/static/css/custom.css +++ b/content/static/css/custom.css @@ -1,5 +1,4 @@ #index-carousel { - margin-bottom: 4rem; border-bottom: var(--teckids-secondary-dark) 3px solid; } #project-columns .col-lg-4 { -- GitLab