h1 font size actu

This commit is contained in:
2025-09-29 15:46:04 +02:00
parent d0bc534ff7
commit 6b79fa34ac
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -3291,6 +3291,9 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
height: fit-content;
}
}
.node-type-actualite .entete_actu .infos-content h1 {
font-size: 1.5rem;
}
.node-type-actualite .body-content .summary-content {
width: 60%;
margin: auto;
@@ -28,6 +28,9 @@
width: 45%;
height: fit-content;
}
h1{
font-size: 1.5rem;
}
}
}