add triplecate
This commit is contained in:
parent
cc75afe344
commit
0d3afdc58d
34 changed files with 357 additions and 295 deletions
|
|
@ -6,12 +6,13 @@
|
|||
orphans: 2;
|
||||
hyphens: 2;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.container-following-note + p,
|
||||
.container-float-note + p,
|
||||
p + p{
|
||||
text-indent: 30%;
|
||||
text-indent: 3ch;
|
||||
position: relative;
|
||||
/* text-indent: -6ch; */
|
||||
|
||||
|
|
@ -59,7 +60,10 @@ h3, h4{
|
|||
/* padding-left: 1.5ch; */
|
||||
margin-top: calc(var(--baseline)*1.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
padding-left: 30%;
|
||||
/* padding-left: 30%; */
|
||||
|
||||
max-width: 26ch;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h3::before,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue