Issue with Spip

:tongue:

Did you modify this part of style.scss?

p {                                                                                                                                                                                                                
  line-height: 2rem;                                                                                                                                                                                               
}

Quickly cut and pasted here.

Yes. Good to keep an internal doc for future reference.

Do you think we need of a special rubrique to collect such drafts (draft because we need to look more at the source than at the result :wink: ) ?

I do think so. Something like: “managing spip”. But as long as there isn’t a certain amount of such a doc, we could keep the draft as it is.

The line that solved the think is this one:

.card .card-content p + p {
  margin-top: 2em;
}

How did you think about it ?