interlignage ressource

This commit is contained in:
2025-10-15 11:40:32 +02:00
parent 0e7b7af130
commit e8047ca515
2 changed files with 48 additions and 0 deletions
@@ -50,21 +50,36 @@
text-transform: uppercase;
font-size: 1rem;
order: 1;
@media (max-width:510px){
font-size: 0.8rem;
}
}
h1{
order: 2;
font-size: 2rem;
font-weight: 400;
@media (max-width:510px){
font-size: 1.5rem;
line-height: 1.2;
}
}
.field--name-field-sous-titre{
font-size: 1.3rem;
order: 3;
@media (max-width:510px){
font-size: 1.1rem;
padding-top: 0.5rem;
}
}
.field--name-field-auteur{
font-weight: 800;
font-size: 1.3rem;
order: 4;
padding-top: 1rem;
@media (max-width:510px){
font-size: 1.1rem;
padding-top: 0.2rem;
}
}
.field--name-field-site{
background-color: rgb(153, 147, 174);
@@ -101,6 +116,10 @@
position: relative;
left: -10%;
width: 25%;
@media (max-width:890px){
width: 80%;
left: 0;
}
}
}