5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
import styled from 'styled-components';
|
|
|
|
export const Img = styled.img`
|
|
max-width: 100%;
|
|
`; |