personal_website/static/css/index.css
2024-03-30 21:50:42 +02:00

31 lines
455 B
CSS

.post {
border: 2px solid purple;
height: 8vh;
display: flex;
justify-items: center;
margin-bottom: 10px;
overflow-y: auto;
overflow-x: hidden;
}
.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;
margin-left: 10px;
text-align: left;
line-height: 10px;
}