chore: same styles for site + feeds; clean up unused param; send reviews not description in dedicated movies/books feeds

This commit is contained in:
Cory Dransfeldt 2024-09-06 15:39:33 -07:00
parent 06bdb5be66
commit ab14e9f2fe
No known key found for this signature in database
16 changed files with 70 additions and 371 deletions

View file

@ -470,7 +470,6 @@ article {
display: block;
color: var(--gray-dark);
font-size: var(--font-size-sm);
margin-right: var(--spacing-xs);
}
}
@ -489,6 +488,7 @@ ul, ol {
/* images */
.image-banner {
border: var(--border-default);
border-radius: var(--border-radius-slight);
height: auto;
width: 100%;
display: block;