#3528 block third node site
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
width: 80%;
|
||||
font-family: "gilroy-light";
|
||||
text-transform: uppercase;
|
||||
font-size: 0.7rem;
|
||||
font-size: 0.6rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
border-bottom: solid black 1px;
|
||||
@@ -430,6 +430,10 @@
|
||||
}
|
||||
.node-type-projet {
|
||||
position: relative;
|
||||
transition: transform 0.4s ease-in-out; // animation plus fluide
|
||||
&:hover {
|
||||
transform: scale(1.05); /* effet de zoom léger */
|
||||
}
|
||||
&:has(.laureat:not(:empty)){
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
@@ -452,7 +456,7 @@
|
||||
.node-projet-title{
|
||||
width: 80%;
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.5rem;
|
||||
font-size: 0.6rem;
|
||||
margin: 0;
|
||||
background-color: #f6f7f3;
|
||||
font-family: "gilroy-regular";
|
||||
@@ -462,6 +466,7 @@
|
||||
padding-left: 0.5rem;
|
||||
font-size: 0.5rem;
|
||||
background-color: #f6f7f3;
|
||||
text-transform: uppercase;
|
||||
div{
|
||||
border-bottom: solid black 1px;
|
||||
margin-bottom: 0.5rem;
|
||||
@@ -473,6 +478,7 @@
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
div.more-link{
|
||||
display: none;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 0rem;
|
||||
a{
|
||||
@@ -497,6 +503,7 @@
|
||||
|
||||
}
|
||||
.prevnext{
|
||||
display: none;
|
||||
flex-direction: row;
|
||||
margin-bottom: 0rem;
|
||||
.prev-site{
|
||||
|
||||
Reference in New Issue
Block a user