.imgbox { display: flex; flex-direction: row; gap: 10px; } .imgbox img { object-fit: cover; width: auto; height: 80px; border-radius: 3px; } .date { padding: 0; margin: 0; font-size: 16px; } .imgtxt { align-self: center; justify-content: center; } /* The banners */ .windows>.window:last-child .window-body img { padding: 5px; } .windows>.window:last-child .window-body { text-align: center; justify-content: center; }