mirror of
https://github.com/strapi/strapi.git
synced 2025-10-21 13:02:46 +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;
|