Fix page content justification

This commit is contained in:
Will Faught
2022-12-17 10:48:19 -08:00
parent 2760857147
commit e2764ef82d
2 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,4 @@
<style>
article > div {
margin-bottom: 1rem;
}
blockquote {
padding: 0.5rem 1rem;
border-left: 0.25rem solid #e9ecef;
@@ -17,6 +13,10 @@
display: inline;
}
.paigecontent > div {
margin-bottom: 1rem;
}
.paigeheaderlink {
display: none;
margin-left: 0.25rem;