16 lines
283 B
CSS
16 lines
283 B
CSS
.attachment {
|
|
max-width: 100%;
|
|
object-fit: contain;
|
|
max-height: 25rem;
|
|
border-radius: 0.5rem;
|
|
}
|
|
.wrapper {
|
|
flex: 1 1 48%;
|
|
margin-right: 0.2em;
|
|
margin-left: 0.2em;
|
|
text-align: center;
|
|
}
|
|
.attachment-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|