snapToBaseline
This commit is contained in:
parent
299ffe6c4b
commit
831d276d41
6 changed files with 24 additions and 15 deletions
|
|
@ -3,7 +3,8 @@
|
|||
font-size: var(--fs-small);
|
||||
line-height: calc(var(--baseline)*0.75);
|
||||
position: relative;
|
||||
margin-top: calc(var(--baseline)*0.25);
|
||||
margin-top: 2px;
|
||||
// margin-top: calc(var(--baseline)*0.25);
|
||||
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 7 3 4;
|
||||
|
|
|
|||
|
|
@ -35,19 +35,12 @@ p, li{
|
|||
}
|
||||
|
||||
|
||||
.wrapper-indent {
|
||||
color: red;
|
||||
|
||||
}
|
||||
|
||||
.wrapper-indent > p:first-of-type {
|
||||
text-indent: $indent*0.5;
|
||||
}
|
||||
|
||||
// p + ol + p{
|
||||
// color: red;
|
||||
// text-indent: $indent*0.25;
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue