16 lines
232 B
CSS
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; */
|
|
} |