mirror of
https://github.com/strapi/strapi.git
synced 2025-10-20 04:24:23 +00:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
![]() |
import styled from 'styled-components';
|
||
|
|
||
|
const Wrapper = styled.div`
|
||
|
position: relative;
|
||
|
height: 20rem;
|
||
|
marginbottom: 2rem;
|
||
|
`;
|
||
|
|
||
|
export default Wrapper;
|