16 lines
No EOL
256 B
CSS
16 lines
No EOL
256 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;
|
|
}
|
|
|
|
.blur-image{
|
|
filter: blur(1rem);
|
|
} |