feat: height is updated (#1563)

This commit is contained in:
palashgdev 2022-09-13 21:19:01 +05:30 committed by GitHub
parent 0806397816
commit c9139c5236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import styled from 'styled-components';
export const Layout = styled(LayoutComponent)`
&&& {
min-height: 91vh;
min-height: 92vh;
display: flex;
position: relative;
}