From 41ed482d325d9a1f92e0e3ee70fb78d20bc8441a Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 7 Mar 2024 09:51:39 +0100 Subject: [PATCH] display carroussel --- user/themes/epau-antimatter/css-compiled/template.css | 3 --- user/themes/epau-antimatter/scss/template/_custom.scss | 4 ++-- user/themes/epau-antimatter/scss/template/_slick.scss | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 4ec6352..b323f79 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -965,8 +965,6 @@ body#top.modular.fullwidth.title-center.title-h1h2 { .programmes { justify-content: center; - padding-left: 5%; - padding-right: 5%; padding-top: 8rem; padding-bottom: 8rem; } .programmes .slick-list { @@ -1857,7 +1855,6 @@ h1 { .slick-list { position: relative; - overflow: hidden; display: block; margin: 0; padding: 0; } diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index c6c513a..90b7060 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -261,8 +261,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 { ///présentation en carroussel//// .programmes{ justify-content: center; - padding-left: 5%; - padding-right: 5%; + // padding-left: 5%; + // padding-right: 5%; padding-top: 8rem; padding-bottom: 8rem; diff --git a/user/themes/epau-antimatter/scss/template/_slick.scss b/user/themes/epau-antimatter/scss/template/_slick.scss index 46042cf..ac8129c 100644 --- a/user/themes/epau-antimatter/scss/template/_slick.scss +++ b/user/themes/epau-antimatter/scss/template/_slick.scss @@ -16,7 +16,7 @@ } .slick-list { position: relative; - overflow: hidden; + // overflow: hidden; display: block; margin: 0; padding: 0;