grille layout grid inner flex

This commit is contained in:
2025-05-27 22:42:49 +02:00
parent 17dd47580b
commit 1614187f3f
2 changed files with 8 additions and 32 deletions
@@ -293,35 +293,19 @@
flex-direction: row;
flex-wrap: wrap;
width: 100%;
.grid-layout{
// display: grid;
// grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
// gap: 2rem;
.grid-layout,
.grid-layout-inner{
display: flex;
flex-direction: row;
flex-wrap: wrap;
.views-row {
// background: #fff;
// border: 1px solid #ccc;
padding: 1rem;
width: 30%;
width: 25%;
}
}
.grid-layout-inner{
display: flex;
flex-direction: row;
flex-wrap: wrap;
// display: grid;
// grid-template-columns: repeat(4, 1fr);
gap: 2rem;
.views-row {
// background: #fff;
// border: 1px solid #ccc;
padding: 1rem;
width: 30%;
}
}
.view-type-slide.type-publication-issue-du-programme-eqld{
order: 1;
&::before{