mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-27 01:19:00 +02:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
import styled from 'styled-components';
|
|
|
|
export const Img = styled.img`
|
|
max-width: 100%;
|
|
`; |