Bottom-align homepage blog list
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-14 01:10:40 +02:00
parent 3c232eaf96
commit a15a35b4ce

View file

@ -216,6 +216,7 @@ const html = `<!doctype html>
.left { .left {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between;
gap: 56px; gap: 56px;
} }
.right { .right {