layout-5
This commit is contained in:
parent
ffa89ed031
commit
aed4b9eb92
9 changed files with 141 additions and 109 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.chapter-header{
|
||||
// break-after: page;
|
||||
margin-top: calc(var(--baseline)*2);
|
||||
margin-bottom: calc(var(--baseline)*9);
|
||||
margin-bottom: calc(var(--baseline)*3);
|
||||
--color: black;
|
||||
}
|
||||
|
||||
|
|
@ -19,15 +19,17 @@
|
|||
|
||||
|
||||
.chapter-header h2{
|
||||
font-size: 40px;
|
||||
line-height: 0.9;
|
||||
font-family: var(--mono);
|
||||
font-size: 46px;
|
||||
line-height: 1.1;
|
||||
font-family: var(--font);
|
||||
font-family: var(--mono);
|
||||
color: var(--blue);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
padding-right: 3ch;
|
||||
|
||||
color: var(--color);
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -43,10 +45,10 @@
|
|||
}
|
||||
.chapter-header .bio{
|
||||
margin-top: calc(var(--baseline)*3);
|
||||
font-family: var(--mono);
|
||||
font-family: var(--sans);
|
||||
hyphens: none;
|
||||
font-size: 12px;
|
||||
line-height: 1.2;
|
||||
line-height: 1.3;
|
||||
font-size: 12px;
|
||||
|
||||
// left: 0px!important;
|
||||
.name{
|
||||
|
|
@ -62,6 +64,7 @@
|
|||
text-align: left;
|
||||
font-weight: normal;
|
||||
color: var(--color);
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -70,16 +73,17 @@
|
|||
|
||||
.chapter-header .author{
|
||||
left: 0px!important;
|
||||
font-size: 24px;
|
||||
font-size: 26px;
|
||||
line-height: 0.9;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
font-family: var(--font);
|
||||
font-family: var(--mono);
|
||||
// font-weight: bold;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
text-indent: 14mm;
|
||||
color: var(--color);
|
||||
// text-transform: uppercase;
|
||||
// letter-spacing: 0.01rem;
|
||||
margin-top: calc(var(--baseline)*3);
|
||||
text-decoration: underline 1px;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue