responsive node projet

This commit is contained in:
2025-12-01 12:03:02 +01:00
parent 53b935bd07
commit 446a8f2288
2 changed files with 43 additions and 4 deletions

View File

@@ -57,6 +57,7 @@
@media(max-width: 810px){
padding-left: 0rem;
width: 80%;
margin-bottom: 1rem;
}
.field_title{
h2{
@@ -64,6 +65,8 @@
font-size: 0.60rem;
@media(max-width: 810px){
font-size:1rem;
margin: 0;
margin-bottom: 0.5rem;
}
a{
color: $blue_QDD;
@@ -75,7 +78,9 @@
p{
font-size: 0.55rem;
@media(max-width: 810px){
font-size:1rem;
font-size:0.8rem ;
margin: 0;
margin-bottom: 0.5rem;
}
}
}
@@ -86,6 +91,7 @@
background: black;
@media (max-width:810px) {
margin-left: 0;
}
a{
display: inline-flex;
@@ -96,7 +102,7 @@
font-size: 0.5rem;
padding-left: 0.5rem;
@media(max-width: 810px){
font-size:0.8rem;
font-size:0.7rem;
}
svg{
@@ -153,6 +159,10 @@
background-position: center;
background-size: contain;
z-index: 0;
@media(max-width: 810px){
left: -1.5rem;
top:0.5rem;
}
}
@@ -160,10 +170,18 @@
font-size: 0;
}
}
.field_title{
@media(max-width: 810px){
font-size: 1.3rem;
}
}
.field_field_nom_de_l_equipe{
border-top: solid black 1px;
padding-bottom: 0.5rem;
text-transform: uppercase;
@media(max-width: 810px){
font-size: 1.3rem;
}
}
.field_field_infos{
column-count: 3;