diff --git a/content/static/css/custom.css b/content/static/css/custom.css index e47cc3779d51aa18a1857af0af5a7c7d9f9256e4..727f71512e795aadc8e005dfcf7ae614ee97b326 100644 --- a/content/static/css/custom.css +++ b/content/static/css/custom.css @@ -17,3 +17,8 @@ margin-top: 1.5em; margin-bottom: 1.5em; } + +#index-carousel { + margin-bottom: 4rem; + border-bottom: var(--teckids-secondary-dark) 3px solid; +}