Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 662 Bytes

File metadata and controls

32 lines (27 loc) · 662 Bytes
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>