#3526 block third node projet

This commit is contained in:
2025-11-25 15:33:29 +01:00
parent b745de55f2
commit 534497eed2
2 changed files with 12 additions and 10 deletions

View File

@@ -358,7 +358,7 @@
.block-region-third{
position:relative;
// width: 23% !important;
margin-top: 2rem;
margin-top: 4.5rem;
margin-left: 2rem;
@media(max-width: 810px){
position: relative;
@@ -381,7 +381,7 @@
h2{
font-family: "gilroy-light";
text-transform: uppercase;
font-size: 0.8rem;
font-size: 0.6rem;
&::after{
content: " :";
}
@@ -389,14 +389,15 @@
.views-row{
width: 80%;
border-bottom: solid black 1px;
padding-bottom: 1rem;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
transition: transform 0.4s ease-in-out; // animation plus fluide
&:hover {
transform: scale(1.05); /* effet de zoom léger */
}
.views-field-title {
h2 {
font-size: 0.7rem;
font-size: 0.6rem;
margin-bottom: 0rem;
// margin-top: 0.3rem;
text-transform: none;
@@ -412,7 +413,7 @@
margin-top:0.3rem;
text-transform: uppercase;
}
font-size: 0.6rem;
font-size: 0.5rem;
p{
font-family: "gilroy-semibold";
margin-bottom: 0.5rem;