decor-6-expe/maquette-tests/assets/css/chapter-header.css

66 lines
798 B
CSS
Raw Normal View History

2026-03-04 10:52:07 +01:00
.chapter-header {
position: relative;
2026-03-16 13:57:11 +01:00
/* font-family: var(--font-title); */
2026-03-15 11:09:25 +01:00
font-size: 36px;
line-height: 1;
break-after: page;
2026-03-04 10:52:07 +01:00
}
2026-03-15 11:09:25 +01:00
.chapter-header .bio{
display: none;
}
2026-03-04 10:52:07 +01:00
2026-03-15 11:09:25 +01:00
/* .chapter-header p {
2026-03-04 10:52:07 +01:00
text-indent: 0px !important;
}
2026-03-10 11:49:12 +01:00
.chapter-header .type,
2026-03-04 10:52:07 +01:00
.chapter-header .h2-pattern {
display: none;
}
.chapter-header .hgroup{
2026-03-10 11:49:12 +01:00
margin-left: 15%;
2026-03-04 10:52:07 +01:00
}
.chapter-header h2 {
font-family: 'Routed Gothic Wide';
2026-03-10 11:49:12 +01:00
line-height: 1.1;
2026-03-04 10:52:07 +01:00
font-size: 36px;
font-weight: normal;
2026-03-10 11:49:12 +01:00
2026-03-04 10:52:07 +01:00
}
.chapter-header .author {
2026-03-10 11:49:12 +01:00
font-family: 'Routed Gothic Wide';
font-size: 36px;
margin-top: calc(var(--baseline)*6);
margin-bottom: calc(var(--baseline)*2);
2026-03-04 10:52:07 +01:00
}
.chapter-header .bio{
display: none;
}
.chapter-header{
margin-bottom: calc(var(--baseline)*1);
2026-03-15 11:09:25 +01:00
} */