fix: Added padding to post thumbnail image
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 4s

This commit is contained in:
2025-08-22 23:22:05 -04:00
parent d6439e36d7
commit b7822c8080

View File

@ -14,6 +14,7 @@
height: 375px;
object-fit: contain;
object-position: center;
margin: 2rem 0;
}
.post-layout main > div {
background-color: rgba(255, 255, 255, .71);