tentative slideshow bandeau actu home

This commit is contained in:
2023-06-21 00:20:44 +02:00
parent 90cd59bf62
commit b3af161cb1
9 changed files with 194 additions and 14 deletions
@@ -0,0 +1,3 @@
.w3-button{
}
+14 -6
View File
@@ -10,17 +10,25 @@
background: $background-actus;
.view-actus-blocks-pages{
.view-content{
display: grid;
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
margin: auto;
padding-top: 2rem;
padding-bottom: 4rem;
display: flex;
flex-basis: auto;
// display: grid;
// grid-template-columns: 1fr repeat(4, 2fr) 1fr;
// margin: auto;
// padding-top: 2rem;
// padding-bottom: 4rem;
@media (max-width: 479px){
display: flex;
flex-direction: column;
// padding-left: 1rem;
width: 80%;
}
.views-row{
flex-basis: auto;
}
.w3-button{
}
.views-row:nth-of-type(1) { grid-column: 2; }
.node-type-actualite{