snapToBaseline

This commit is contained in:
Julie Blanc 2026-04-10 12:51:41 +02:00
parent 299ffe6c4b
commit 831d276d41
6 changed files with 24 additions and 15 deletions

View file

@ -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;

View file

@ -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;
// }