thesis script

This commit is contained in:
Julie Blanc 2026-04-09 22:03:28 +02:00
parent dcdd26de82
commit 5715733a40
5 changed files with 53 additions and 21 deletions

View file

@ -58,19 +58,24 @@ blockquote u{
font-size: var(--fs-small);
}
// .these + ol + p,
// blockquote + ol + p{
// text-indent: 0px;
// }
.these{
.p-these{
font-weight: 500;
strong{
text-transform: uppercase;
display: inline-block;
min-width: $indent*2;
font-weight: bold;
font-size: var(--fs-small);
letter-spacing: 0.05rem;
}
}
.p-these-last{
margin-bottom: calc(var(--baseline)*1);
border-left: 4px solid #efefef;
box-decoration-break: clone;
padding-left: calc(var(--indent)*0.5);
}