starting layout-2
This commit is contained in:
parent
abbd549428
commit
e055fc96ee
9 changed files with 142 additions and 139 deletions
|
|
@ -69,22 +69,23 @@ ol[type="1"] + p{
|
|||
|
||||
|
||||
blockquote{
|
||||
padding-left: var(--indent);
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
padding-left: calc(var(--indent)*2);
|
||||
// color: red;
|
||||
// margin-top: calc(var(--baseline)*1);
|
||||
// margin-bottom: calc(var(--baseline)*1);
|
||||
|
||||
p{
|
||||
font-style: italic;
|
||||
em{
|
||||
font-style: normal;
|
||||
}
|
||||
// font-family: "Edgar";
|
||||
// em{
|
||||
// font-style: normal;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
u{
|
||||
font-variant: small-caps;
|
||||
text-decoration: none;
|
||||
}
|
||||
// u{
|
||||
// font-variant: small-caps;
|
||||
// text-decoration: none;
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue