Browse Source

display carroussel

ouidade 1 month ago
parent
commit
41ed482d32

+ 0 - 3
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; }

+ 2 - 2
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;
 

+ 1 - 1
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;