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

@ -25,8 +25,8 @@ $unit: calc($content-w/7);
size: $width $height;
margin-top: $top;
margin-bottom: $bottom;
bleed: 6mm;
marks: crop;
// bleed: 6mm;
// marks: crop;
}
@page:left {
margin-left: $outside;

View file

@ -43,7 +43,7 @@
font-family: var(--font-sans);
font-size: var(--fs-small);
font-weight: bold;
font-weight: normal;
line-height: 1;
position: relative;
top: -4px;

View file

@ -79,44 +79,40 @@ ul{
// THESE --------------------------------------------------
.thesis{
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;
}
// .p-these{
// font-weight: 500;
// margin-bottom: calc(var(--baseline)*0.5);
// display: block;
// 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);
// }
.thesis + .thesis{
margin-top: calc(var(--baseline)*1);
}
// INTRO --------------------------------------------------