add Baskemo

This commit is contained in:
Julie Blanc 2026-02-24 12:40:59 +01:00
parent a8ab44f5a6
commit ffa89ed031
18 changed files with 337 additions and 165 deletions

View file

@ -1,6 +1,8 @@
.chapter-header{
// break-after: page;
margin-bottom: calc(var(--baseline)*6);
margin-top: calc(var(--baseline)*2);
margin-bottom: calc(var(--baseline)*9);
--color: black;
}
.chapter-header h2 {
@ -17,14 +19,15 @@
.chapter-header h2{
font-size: 42px;
font-size: 40px;
line-height: 0.9;
font-family: var(--title);
font-family: var(--mono);
color: var(--blue);
margin-bottom: calc(var(--baseline)*1);
text-align: left;
font-weight: bold;
font-weight: normal;
padding-right: 3ch;
color: var(--color);
}
@ -39,9 +42,8 @@
}
.chapter-header .bio{
margin-top: calc(var(--baseline)*1);
font-family: var(--title);
margin-top: calc(var(--baseline)*3);
font-family: var(--mono);
hyphens: none;
font-size: 12px;
line-height: 1.2;
@ -50,14 +52,16 @@
.name{
text-indent: 0;
text-align: left;
font-weight: bold;
font-weight: normal;
color: var(--color);
}
.description{
text-indent: -14mm;
padding-left: 14mm;
text-align: left;
font-weight: bold;
font-weight: normal;
color: var(--color);
}
}
@ -66,13 +70,15 @@
.chapter-header .author{
left: 0px!important;
font-size: 26px;
font-size: 24px;
font-weight: normal;
line-height: 1;
font-family: var(--font);
// font-weight: bold;
text-align: center;
// color: var(--green);
text-align: right;
text-align: left;
text-indent: 0;
text-indent: 14mm;
color: var(--color);
// text-transform: uppercase;
// letter-spacing: 0.01rem;
}