diff --git a/index.html b/index.html index 2e436be..16b56bc 100644 --- a/index.html +++ b/index.html @@ -1249,6 +1249,8 @@ border-radius: 24px; overflow: hidden; background: var(--card); + display: flex; + flex-direction: column; } .news-card-image { @@ -1260,8 +1262,7 @@ .news-card-body { display: flex; flex-direction: column; - justify-content: space-between; - min-height: 210px; + flex: 1; padding: 20px; background: var(--lift); }