ajout du champs blockBody dans le template. Avec possibilité de mettre des image. L'ancien champs s'affichera toujour si le nouveau est vide

This commit is contained in:
antonin gallon 2026-02-13 13:11:37 +01:00
parent bb5d12cb36
commit f792954e04
6 changed files with 17 additions and 5 deletions

View file

@ -36,6 +36,14 @@ article h3 {
margin-bottom: calc(1 * var(--unit--vertical));
}
article li, article ol{
margin-left: var(--unit--horizontal);
}
article figure img{
max-width: 100%;
}
@media screen and (min-width: 640px) {
article #main-content {
max-width: auto;