30 lines
617 B
Stylus
30 lines
617 B
Stylus
|
@import colors
|
||
|
|
||
|
.post-container
|
||
|
text-align: center
|
||
|
.post-content
|
||
|
text-align: left
|
||
|
margin: 0 auto
|
||
|
max-height: 100%
|
||
|
max-width: 100%
|
||
|
object-fit: contain
|
||
|
position: relative
|
||
|
|
||
|
img, object, video, .post-overlay
|
||
|
position: absolute
|
||
|
height: 100%
|
||
|
width: 100%
|
||
|
left: 0
|
||
|
right: 0
|
||
|
top: 0
|
||
|
bottom: 0
|
||
|
|
||
|
.post-overlay>*
|
||
|
position: absolute
|
||
|
left: 0
|
||
|
right: 0
|
||
|
top: 0
|
||
|
bottom: 0
|
||
|
width: 100%
|
||
|
height: 100%
|