/* static/css/custom.css */
.blog-list-cover-image {
    max-width: 100px; /* Set the maximum width of the cover image */
    height: auto; /* Maintain the aspect ratio */
    margin: 0 auto; /* Center the image */
}
