Enlarge post list thumbnails to 400px on desktop
Deploy / build (push) Successful in 28s

This commit is contained in:
2026-09-09 06:21:14 +08:00
parent 1a61c30674
commit ca650f69c0
4 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

+2 -2
View File
@@ -328,8 +328,8 @@ pre code {
@media (min-width: 1024px) {
.post-list .post-row {
grid-template-columns: 300px 1fr;
gap: 1.75rem;
grid-template-columns: 400px 1fr;
gap: 2rem;
align-items: center;
}
}