stream/src/components/VideoEmbed/styles.js
2022-09-07 14:37:34 +02:00

7 lines
114 B
JavaScript
Executable File

import styled from 'styled-components'
export const Iframe = styled.iframe`
width: 100%;
height: 100%;
`