layout-3
This commit is contained in:
parent
811558f4d8
commit
31bb24548f
19 changed files with 189 additions and 110 deletions
|
|
@ -17,44 +17,53 @@
|
|||
|
||||
|
||||
.chapter-header h2{
|
||||
font-size: 38px;
|
||||
line-height: 1;
|
||||
font-family: var(--note);
|
||||
font-size: 42px;
|
||||
line-height: 0.9;
|
||||
font-family: var(--title);
|
||||
color: var(--blue);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding-right: 3ch;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.chapter-header .type{
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
// text-align: center;
|
||||
}
|
||||
|
||||
.chapter-header .type,
|
||||
.chapter-header .type{
|
||||
|
||||
}
|
||||
.chapter-header .bio{
|
||||
font-family: var(--mono);
|
||||
// text-align: right;
|
||||
hyphens: none;
|
||||
font-size: 9px;
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
left: 0px!important;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.chapter-header .bio{
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.chapter-header .author{
|
||||
left: 0px!important;
|
||||
font-size: 38px;
|
||||
font-size: 26px;
|
||||
line-height: 1;
|
||||
font-family: var(--note);
|
||||
font-weight: normal;
|
||||
font-family: var(--title);
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
// color: var(--green);
|
||||
text-align: right;
|
||||
// text-transform: uppercase;
|
||||
// letter-spacing: 0.01rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue