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);
}

View file

@ -97,9 +97,7 @@
line-height: calc(var(--baseline)*1.4);
margin-top: 4mm;
padding-bottom: 4mm;
hyphens: auto;
hyphens: auto;
&::before{
display: block;
@ -152,7 +150,7 @@
h5{
font-weight: normal;
font-size: 1em;
line-height: calc(var(--baseline)*1);
line-height: calc(var(--baseline)*0.75);
position: relative;
margin-top: calc(var(--baseline)*1);
padding-bottom: calc(var(--baseline)*0.25);
@ -169,7 +167,7 @@
h6{
font-weight: normal;
font-size: 1em;
line-height: calc(var(--baseline)*1);
line-height: calc(var(--baseline)*0.75);
position: relative;
margin-top: calc(var(--baseline)*1);
padding-left: $indent;