DataJPA_V2/src/components/Board/styles.js
2020-05-17 18:12:36 +07:00

8 lines
146 B
JavaScript

import styled from 'styled-components';
export const Container = styled.div`
display: flex;
padding: 30px 0;
height: calc(100% - 80px);
`;