databag/net/web/src/App.styled.js
2022-08-07 17:36:42 -07:00

8 lines
164 B
JavaScript

import styled from 'styled-components';
export const AppWrapper = styled.div`
position: absolute;
width: 100vw;
height: calc(100vh - calc(100vh - 100%));
`;