A lot of things.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user