layout-2
This commit is contained in:
parent
2b2d787054
commit
811558f4d8
11 changed files with 58 additions and 60 deletions
|
|
@ -2,10 +2,12 @@
|
|||
|
||||
|
||||
p{
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
// text-align: justify;
|
||||
// hyphens: auto;
|
||||
position: relative;
|
||||
color: var(--blue);
|
||||
font-weight: 200;
|
||||
letter-spacing: 0.01rem;
|
||||
|
||||
|
||||
// &::before{
|
||||
|
|
@ -20,19 +22,10 @@
|
|||
}
|
||||
|
||||
p + p{
|
||||
left: 14mm;
|
||||
text-indent: 7mm;
|
||||
// &::before{
|
||||
// left: -19mm;
|
||||
// }
|
||||
text-indent: var(--indent);
|
||||
|
||||
}
|
||||
|
||||
p + p + p{
|
||||
left: 7mm;
|
||||
// &::before{
|
||||
// left: -13mm;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
@ -40,13 +33,15 @@ h3{
|
|||
margin-top: calc(var(--baseline)*1.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
font-family: var(--mono);
|
||||
font-weight: 200;
|
||||
// text-decoration: underline;
|
||||
// font-family: var(--mono);
|
||||
text-transform: uppercase;
|
||||
color: var(--blue);
|
||||
max-width: 18ch;
|
||||
margin-inline: auto;
|
||||
// margin-inline: auto;
|
||||
letter-spacing: 0.05rem;
|
||||
|
||||
|
||||
// &::before{
|
||||
// content: '';
|
||||
|
|
@ -67,18 +62,20 @@ blockquote p{
|
|||
}
|
||||
|
||||
blockquote{
|
||||
position: relative;
|
||||
left: 14mm;
|
||||
p{
|
||||
font-size: 16px;
|
||||
line-height: calc(var(--baseline)*1.25);
|
||||
font-weight: 300;
|
||||
// position: relative;
|
||||
// left: 14mm;
|
||||
// p{
|
||||
// font-size: 16px;
|
||||
// line-height: calc(var(--baseline)*1.25);
|
||||
// font-weight: 300;
|
||||
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
padding-left: var(--indent);
|
||||
|
||||
// margin-top: calc(var(--baseline)*2);
|
||||
// margin-bottom: calc(var(--baseline)*2);
|
||||
margin-top: calc(var(--baseline)*2);
|
||||
margin-bottom: calc(var(--baseline)*2);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue