fix: height for the top nav bar is fixed (#462)

This commit is contained in:
pal-sig 2021-12-10 11:28:11 +05:30 committed by GitHub
parent 552d193cef
commit 1ab291f3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,6 @@ import styled from 'styled-components';
export const Container = styled(Row)`
&&& {
margin-top: 2rem;
min-height: 8vh;
}
`;