This commit is contained in:
Julie Blanc 2026-02-24 09:11:23 +01:00
parent 31bb24548f
commit a8ab44f5a6
13 changed files with 257 additions and 52 deletions

View file

@ -31,6 +31,7 @@
.chapter-header .type{
margin-bottom: calc(var(--baseline)*1);
display: none;
// text-align: center;
}
@ -38,28 +39,37 @@
}
.chapter-header .bio{
font-family: var(--mono);
// text-align: right;
margin-top: calc(var(--baseline)*1);
font-family: var(--title);
hyphens: none;
font-size: 11px;
font-size: 12px;
line-height: 1.2;
left: 0px!important;
// left: 0px!important;
.name{
text-indent: 0;
text-align: left;
font-weight: bold;
}
.description{
text-indent: -14mm;
padding-left: 14mm;
text-align: left;
font-weight: bold;
}
}
.chapter-header .bio{
margin-top: calc(var(--baseline)*1);
text-align: center;
text-indent: 0;
}
.chapter-header .author{
left: 0px!important;
font-size: 26px;
line-height: 1;
font-family: var(--title);
font-weight: bold;
font-family: var(--font);
// font-weight: bold;
text-align: center;
// color: var(--green);
text-align: right;