DataJPA_V2/src/components/Board/styles.js

8 lines
146 B
JavaScript
Raw Normal View History

2020-05-17 18:12:36 +07:00
import styled from 'styled-components';
export const Container = styled.div`
display: flex;
padding: 30px 0;
height: calc(100% - 80px);
`;