databag/net/web/src/App.styled.js

8 lines
164 B
JavaScript
Raw Normal View History

2022-08-03 20:20:10 +00:00
import styled from 'styled-components';
export const AppWrapper = styled.div`
position: absolute;
width: 100vw;
2022-08-08 00:36:42 +00:00
height: calc(100vh - calc(100vh - 100%));
2022-08-03 20:20:10 +00:00
`;