fix css somewhat

This commit is contained in:
2024-03-30 21:50:42 +02:00
parent 702cf518df
commit e289f38192
2 changed files with 11 additions and 4 deletions

View File

@@ -5,15 +5,22 @@
justify-items: center;
margin-bottom: 10px;
overflow-y: auto;
overflow-x: hidden;
overflow-x: hidden;
}
.post img, .post a {
.post-img {
display: block;
height: 100%;
object-fit: cover;
}
.post-title {
line-height: 140%;
display: block;
height: 20%;
object-fit: cover;
}
.post span {
display: block;