mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 02:11:23 +00:00
20 lines
167 B
SCSS
Executable File
20 lines
167 B
SCSS
Executable File
/**
|
|
*
|
|
* Media - imgs/videos
|
|
*
|
|
**/
|
|
|
|
img,
|
|
video,
|
|
object {
|
|
max-width: 100%;
|
|
}
|
|
|
|
img {
|
|
|
|
.content & {
|
|
margin-top: $lineHeight;
|
|
margin-bottom: $lineHeight;
|
|
}
|
|
}
|