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:
parent
bb5d12cb36
commit
f792954e04
6 changed files with 17 additions and 5 deletions
|
|
@ -28,7 +28,8 @@ h4 *,
|
|||
h5,
|
||||
h5 *,
|
||||
p,
|
||||
p *:not(strong) {
|
||||
p *:not(strong),
|
||||
figcaption {
|
||||
font-weight: var(--font-weight-light);
|
||||
line-height: 1;
|
||||
}
|
||||
|
|
@ -168,7 +169,7 @@ a:not(.no-underline) {
|
|||
text-decoration-thickness: 0.5px;
|
||||
}
|
||||
|
||||
article p:not(:last-child) {
|
||||
article p:not(:last-child), article ul:not(:last-child), article figure:not(:last-child){
|
||||
margin-bottom: var(--unit--vertical);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue