Hello Steven,
Thank you very much, ot worked fine (and now I feel stupid because it was so obvious >< ) !
I have another question, though : the spacing between the blocks are too big, especially between text paragraphs. I’d like to change it like that : https://image.noelshack.com/fichiers/2023/11/4/1678961381-blocks-sample.jpg
I tried to add this additional CSS :
p {
margin: 0 0 10px;
}
But it didn’t work. Do I have to change anything in the main CSS file ?
Thank you again