From 7ee87741435173ca9228224df72db678bf29cd6f Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Thu, 15 Sep 2022 16:42:47 +0200 Subject: [PATCH] diminuer la marge en haut du carroussel --- cao_blogr/static/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cao_blogr/static/theme.css b/cao_blogr/static/theme.css index 834db66..5085ee9 100644 --- a/cao_blogr/static/theme.css +++ b/cao_blogr/static/theme.css @@ -35,7 +35,8 @@ h5 { border-color: #f1f1f1; } .carousel { - margin-top: 5em; + margin-top: 2em; + margin-top: 1em; } .carousel-inner img { width: 100%; /* Set width to 100% */