Files

8 lines
133 B
TypeScript
Raw Permalink Normal View History

2021-08-20 17:06:26 +02:00
import styled from 'styled-components';
export const Img = styled.img`
max-width: 100%;
margin: 25px auto;
display: block;
`;