Style guide pages

This commit is contained in:
Kamran Ahmed
2019-11-02 14:40:34 +04:00
parent 9f38b4b2c8
commit 132acfec00
7 changed files with 80 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import styled from 'styled-components';
export const Img = styled.img`
max-width: 100%;
`;