initial commit
This commit is contained in:
9
packages/dev-tools-pages/ts/components/Container.tsx
Normal file
9
packages/dev-tools-pages/ts/components/Container.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Container = styled.div`
|
||||
max-width: 77.5rem;
|
||||
width: calc(100% - 3.75rem);
|
||||
margin: 0 auto;
|
||||
`;
|
||||
|
||||
export default Container;
|
Reference in New Issue
Block a user