website/static/css/index.css

16 lines
232 B
CSS
Raw Normal View History

2024-03-27 21:19:07 +00:00
2024-03-28 00:17:44 +00:00
.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; */
}