div pour border

This commit is contained in:
2025-06-05 09:34:12 +02:00
parent 539c0f5075
commit a4c219bfbb
3 changed files with 22 additions and 16 deletions
@@ -134,7 +134,7 @@
}
.view-base-de-donnees{
display: grid;
grid-template-columns: 25% 80%;
grid-template-columns: 20% 80%;
gap: 2rem;
@media (max-width:810px) {
display: flex;
@@ -398,10 +398,14 @@
flex-direction: row;
flex-wrap: wrap;
width: 100%;
.view-type-slide:not(:first-of-type) {
width: 80%;
.border{
width: 60%;
border-top: solid 1px rgba(0, 0, 0, 0.3);
}
.view-type-slide:not(:first-of-type) {
// width: 80%;
// border-top: solid 1px rgba(0, 0, 0, 0.3);
// padding-top: 2rem;
}
.view-type-slide.type-publications-issues-du-programme-eqld{