65 lines
798 B
CSS
65 lines
798 B
CSS
|
|
|
|
.chapter-header {
|
|
position: relative;
|
|
/* font-family: var(--font-title); */
|
|
font-size: 36px;
|
|
line-height: 1;
|
|
break-after: page;
|
|
|
|
|
|
}
|
|
|
|
|
|
.chapter-header .bio{
|
|
display: none;
|
|
}
|
|
|
|
|
|
/* .chapter-header p {
|
|
text-indent: 0px !important;
|
|
}
|
|
|
|
.chapter-header .type,
|
|
.chapter-header .h2-pattern {
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.chapter-header .hgroup{
|
|
|
|
margin-left: 15%;
|
|
|
|
}
|
|
|
|
.chapter-header h2 {
|
|
font-family: 'Routed Gothic Wide';
|
|
line-height: 1.1;
|
|
font-size: 36px;
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
.chapter-header .author {
|
|
font-family: 'Routed Gothic Wide';
|
|
font-size: 36px;
|
|
margin-top: calc(var(--baseline)*6);
|
|
margin-bottom: calc(var(--baseline)*2);
|
|
|
|
|
|
|
|
}
|
|
|
|
.chapter-header .bio{
|
|
display: none;
|
|
}
|
|
|
|
.chapter-header{
|
|
margin-bottom: calc(var(--baseline)*1);
|
|
} */
|