8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
![]() |
import styled from 'styled-components';
|
||
|
|
||
|
export const IFrame = styled.iframe`
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
border: none;
|
||
|
margin: 30px auto;
|
||
|
`;
|