website/static/css/index.css
2024-03-28 02:17:44 +02:00

16 lines
232 B
CSS

.post {
border: 2px solid purple;
height: 10%;
/* position: relative;
object-fit: contain; */
}
.post-img {
/* width: fit-content;
height: fit-content;
position: relative;
width: fit-content; */
}