bibliographie & blockauote

This commit is contained in:
Julie Blanc 2026-03-16 15:11:43 +01:00
parent bd64798428
commit 16e268c7ef
4 changed files with 44 additions and 7 deletions

View file

@ -31,7 +31,25 @@ p::before{
}
.bibliographie p{
font-size: var(--fs-notes);
line-height: 14px;
font-weight: 500;
text-align: left;
padding-left: calc(var(--unit)*2);
text-indent: calc(var(--unit)*-0.75);
}
.bibliographie p::before{
content: ".......";
position: absolute;
left: calc(var(--unit)*0.75);
top: -6px;
display: block!important;
}