layout title page Articles <script src="/assets/js/fetch-article-preview.js"></script> <style> #cardsContainer { justify-content: center; align-items: flex-start; /* Align cards based on top */ } .image { display: flex; justify-content: center; align-items: center; height: 200px; /* Set the desired height for the images */ overflow: hidden; } .image img { height: 100%; object-fit: cover; object-position: center; } </style>