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;