grille layout grid inner

This commit is contained in:
2025-05-27 22:29:19 +02:00
parent ca44e0e007
commit cd0f6a5891
2 changed files with 24 additions and 7 deletions
@@ -293,9 +293,19 @@
flex-direction: row;
flex-wrap: wrap;
width: 100%;
&.grid-layout,
&.grid-layout-inner {
.grid-layout{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 2rem;
.views-row {
// background: #fff;
// border: 1px solid #ccc;
padding: 1rem;
}
}
.grid-layout-inner{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
@@ -303,10 +313,9 @@
// background: #fff;
// border: 1px solid #ccc;
padding: 1rem;
width: 30% !important;
width: 30%;
}
}
.view-type-slide.type-publication-issue-du-programme-eqld{
order: 1;
&::before{