A lot of things.

This commit is contained in:
2026-06-08 16:25:52 +02:00
parent 6f6d6b9b84
commit f529f74823
94 changed files with 9178 additions and 107 deletions

View File

@@ -14,8 +14,8 @@
gap: 30px;
.entry-cover {
width: 200px;
height: 280px;
width: 220px;
height: 220px;
background-color: var(--bg);
border: 1px solid var(--border);
display: flex;
@@ -29,7 +29,8 @@
img {
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain;
padding: 8px;
}
}