all on grid

This commit is contained in:
Julie Blanc 2026-03-16 23:29:25 +01:00
parent ce4d7285fe
commit 738d470087
6 changed files with 146 additions and 146 deletions

View file

@ -1,8 +1,8 @@
.chapter p {
text-align: justify;
hyphens: auto;
hyphenate-limit-chars: 8 3;
position: relative;
hyphenate-limit-chars: 7 3 2;
/* position: relative; */
orphans: 2;
hyphens: 2;
@ -10,21 +10,20 @@
}
p::before {
content: "...........";
font-size: var(--sign-size);
color: var(--sign-color);
letter-spacing: var(--sign-spacing);
font-family: var(--sign-family);
line-height: var(--sign-baseline);
line-height: 0px;
position: relative;
top: -3px;
padding-right: 8px;
padding-left: 2px;
padding-right: 0px;
}
.following-title::before,
.following-h3::before {
display: none !important;
}
@ -48,7 +47,7 @@ p::before {
.bibliographie p::before {
content: "......";
position: absolute;
left: calc(var(--unit)*0.75);
/* left: calc(var(--unit)*0.75); */
left: calc(var(--unit)*0.75 + 16px);
top: -6px;
display: block !important;