layout + font size
This commit is contained in:
parent
9ed0fb0d1d
commit
dcdd26de82
11 changed files with 270 additions and 276 deletions
|
|
@ -1,24 +1,31 @@
|
|||
.container-following-note{
|
||||
font-family: var(--font-sans);
|
||||
font-size: var(--fs-small);
|
||||
line-height: calc(var(--baseline)*0.8);
|
||||
// padding-left: var(--indent);
|
||||
line-height: calc(var(--baseline)*0.75);
|
||||
position: relative;
|
||||
margin-top: calc(var(--baseline)*0.25);
|
||||
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 7 3 4;
|
||||
hyphenate-limit-lines: 2;
|
||||
hyphenate-limit-zone: 8%;
|
||||
word-spacing: -0.004em;
|
||||
text-align: justify;
|
||||
// color: #999;
|
||||
|
||||
// columns: 2;
|
||||
}
|
||||
|
||||
.body_note{
|
||||
padding-left: calc(var(--indent)*1);
|
||||
position: relative;
|
||||
// padding-left: calc(var(--indent)*1);
|
||||
// position: relative;
|
||||
}
|
||||
|
||||
.following-note_marker{
|
||||
position: absolute;
|
||||
// left: calc(var(--indent)*2);
|
||||
left: 0;
|
||||
.following-note_marker::after{
|
||||
content: ". "
|
||||
}
|
||||
|
||||
.following-note_call{
|
||||
font-family: var(--font-sans);
|
||||
font-size: var(--fs-small);
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue