tentative slideshow bandeau actu home
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.w3-button{
|
||||
|
||||
}
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user