all on grid
This commit is contained in:
parent
ce4d7285fe
commit
738d470087
6 changed files with 146 additions and 146 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue