grille si filtered

This commit is contained in:
2025-05-27 22:13:59 +02:00
parent 3d3680fbd7
commit 38ac43bf77
6 changed files with 82 additions and 38 deletions
@@ -293,6 +293,19 @@
flex-direction: row;
flex-wrap: wrap;
width: 100%;
.grid-layout,
.grid-layout-inner {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 2rem;
.views-row {
background: #fff;
border: 1px solid #ccc;
padding: 1rem;
}
}
.view-type-slide.type-publication-issue-du-programme-eqld{
order: 1;
&::before{