mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
14 lines
172 B
SCSS
14 lines
172 B
SCSS
.ascribe-media-player {
|
|
margin-bottom: 1em;
|
|
video {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|