layout-5
This commit is contained in:
parent
ffa89ed031
commit
aed4b9eb92
9 changed files with 141 additions and 109 deletions
|
|
@ -7,7 +7,7 @@
|
|||
hyphenate-limit-chars: 8 3;
|
||||
position: relative;
|
||||
// color: var(--blue);
|
||||
font-weight: 200;
|
||||
|
||||
letter-spacing: 0.01rem;
|
||||
|
||||
|
||||
|
|
@ -43,7 +43,8 @@ h3{
|
|||
// margin-inline: auto;
|
||||
letter-spacing: 0.05rem;
|
||||
color: black;
|
||||
|
||||
text-decoration: underline 1px;
|
||||
text-underline-offset: 2px;
|
||||
|
||||
|
||||
// &::before{
|
||||
|
|
@ -65,6 +66,7 @@ blockquote p{
|
|||
}
|
||||
|
||||
blockquote{
|
||||
font-family: var(--mono);
|
||||
// position: relative;
|
||||
// left: 14mm;
|
||||
// p{
|
||||
|
|
@ -77,8 +79,8 @@ blockquote{
|
|||
|
||||
padding-left: var(--indent);
|
||||
|
||||
margin-top: calc(var(--baseline)*2);
|
||||
margin-bottom: calc(var(--baseline)*2);
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue