website/static/css/index.css

19 lines
265 B
CSS
Raw Normal View History

2024-03-28 00:17:44 +00:00
.post {
border: 2px solid purple;
height: 10%;
2024-03-28 17:05:00 +00:00
display: flex;
justify-items: center;
margin-bottom: 10px;
2024-03-28 00:17:44 +00:00
}
2024-03-28 17:05:00 +00:00
.post img {
display: block;
height: 100%;
}
.post span {
margin-left: 10px;
2024-03-29 22:22:02 +00:00
text-align: left;
line-height: 10px;
2024-03-28 17:05:00 +00:00
}