enleve souligné views-row lastoftype /actualité

This commit is contained in:
2025-03-18 14:32:59 +01:00
parent 563a43941b
commit c603959592
2 changed files with 7 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
flex-wrap: wrap;
background-color: white;
// margin-left: 20%;
.views-row{
@@ -54,7 +54,8 @@
display: flex;
flex-direction: row;
align-items: center;
border-bottom: solid black 0.5px;
&:not(:last-of-type){
border-bottom: solid black 0.5px;}
.node-type-actualite{
width: 85%;
// padding-bottom: 2rem;
@@ -280,6 +281,7 @@
footer .view-rows-wrapper{
width: 100%;
background-color: $background-gris;
padding-top: 2rem;
}
}