grille si filtered

This commit is contained in:
2025-05-27 22:26:14 +02:00
parent 38ac43bf77
commit ca44e0e007
2 changed files with 10 additions and 12 deletions
@@ -293,16 +293,17 @@
flex-direction: row;
flex-wrap: wrap;
width: 100%;
.grid-layout,
.grid-layout-inner {
&.grid-layout,
&.grid-layout-inner {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
.views-row {
background: #fff;
border: 1px solid #ccc;
// background: #fff;
// border: 1px solid #ccc;
padding: 1rem;
width: 30% !important;
}
}