Add PDF; blockquote styles

This commit is contained in:
David Eisinger
2023-04-30 14:44:14 -04:00
parent f4601d23d2
commit 5008db995e
3 changed files with 25 additions and 1 deletions

View File

@@ -35,6 +35,21 @@ ul {
}
}
blockquote {
margin: 0;
font-style: italic;
&::before {
content: "";
position: absolute;
}
p {
width: 100%;
margin-left: 2ch;
}
}
header, #content, footer {
max-width: 800px;
}