chore: fix feed styles

This commit is contained in:
Cory Dransfeldt 2023-09-20 10:09:59 -07:00
parent 443aaa41ed
commit 1302d5681f
No known key found for this signature in database

View file

@ -445,7 +445,7 @@ ul#items {
padding: 20px 0;
}
ul#items li.regularitem {
padding: 20px 20px 5px;
padding: 20px;
margin: 20px auto;
width: 50%;
background: #fff;
@ -542,6 +542,9 @@ ul#items li.regularitem div.itemcontent blockquote {
ul#items li.regularitem div.itemcontent strong {
font-weight: 700;
}
ul#items li.regularitem div.itemcontent p:last-of-type {
margin-bottom: 0;
}
ul#items li.regularitem div.player img {
max-width: 100%;
}