reposition report button

This commit is contained in:
Abhinav 2022-01-21 18:31:06 +05:30
parent a358525b36
commit c917f8144e

View file

@ -4,8 +4,8 @@ import styled from 'styled-components';
const Container = styled.div`
position: fixed;
bottom: 40px;
right: 40px;
bottom: 7%;
right: 2%;
align-self: flex-end;
`;