@greedyvegan
It will look better to arrange newsfeed module more harmonized.
/* css/custom.css */
/* This is just and example. Adjust to your color and dimensions */
.MMM-anotherNewsFeed .newsfeed-image {
min-width: 150px;
min-height: 150px;
max-width: 150px;
max-height: 150px;
margin: 10px 20px 10px 10px;
border-radius: 15px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.region .module.MMM-anotherNewsFeed {
width: 600px;
height: 300px;
border-radius: 15px;
margin-top: 0;
background-color: #333;
}