website/static/css/index.css
2024-03-29 18:22:02 -04:00

19 lines
265 B
CSS

.post {
border: 2px solid purple;
height: 10%;
display: flex;
justify-items: center;
margin-bottom: 10px;
}
.post img {
display: block;
height: 100%;
}
.post span {
margin-left: 10px;
text-align: left;
line-height: 10px;
}