stream/src/components/VideoEmbed/styles.js

7 lines
114 B
JavaScript
Raw Normal View History

2021-05-16 23:08:25 +00:00
import styled from 'styled-components'
export const Iframe = styled.iframe`
2021-10-12 12:45:52 +00:00
width: 100%;
height: 100%;
2021-05-16 23:08:25 +00:00
`