Styling updates; Add author image to posts

mastodon comments inside cards, added fleuron to indicate end of article
This commit is contained in:
2024-08-04 19:01:05 -05:00
parent 621ad15006
commit 2c93d9199e
7 changed files with 78 additions and 44 deletions

View File

@ -10,6 +10,7 @@ template.innerHTML = `
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
margin: var(--wc-card-margin);
padding: var(--single-gap) 1.1rem var(--single-gap) 1.1rem;
width: 100%;
}