starting layout-2

This commit is contained in:
Julie Blanc 2026-01-19 23:14:58 +01:00
parent abbd549428
commit e055fc96ee
9 changed files with 142 additions and 139 deletions

View file

@ -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;
// }
}