thesis align bottom

This commit is contained in:
Julie Blanc 2026-04-21 23:28:03 +02:00
parent 725306418d
commit ed5d47184d
6 changed files with 62 additions and 36 deletions

View file

@ -43,8 +43,6 @@ body {
size: 176mm 240mm;
margin-top: 10mm;
margin-bottom: 19mm;
bleed: 6mm;
marks: crop;
}
@page :left {
margin-left: 14mm;
@ -272,24 +270,41 @@ ul {
color: red;
}
.thesis {
-moz-column-break-inside: avoid;
break-inside: avoid;
}
.thesis-title {
width: 100%;
display: flex;
gap: 1ch;
}
.thesis-title p::after {
content: "";
display: block;
.thesis-line {
width: 100%;
height: 10px;
height: 8px;
background-color: black;
flex-grow: 1;
position: relative;
top: 3px;
}
.thesis-title p {
flex-shrink: 0;
text-transform: uppercase;
font-weight: 500;
font-size: 0.9em;
letter-spacing: 0.01rem;
}
.thesis p {
display: block;
}
.thesis + .thesis {
margin-top: calc(var(--baseline) * 1);
}
.has-intro-1-paragraph .intro,
.has-intro .intro {
-moz-column-break-after: right;
@ -516,7 +531,7 @@ ol[type="1"] {
.note_call {
font-family: var(--font-sans);
font-size: var(--fs-small);
font-weight: bold;
font-weight: normal;
line-height: 1;
position: relative;
top: -4px;