fix css somewhat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user