security-checklist/components/Checklist/style.js

10 lines
167 B
JavaScript
Raw Normal View History

2019-01-13 07:00:23 +00:00
// @flow
import styled from 'styled-components';
export const Grid = styled.div`
display: grid;
grid-template-columns: 1fr;
margin-top: 48px;
2019-01-13 07:00:23 +00:00
width: 100%;
`;