Improve poll creation position (#23)

This commit is contained in:
Szymon Szlachtowicz 2021-08-24 12:26:49 +02:00 committed by GitHub
parent e9a609840b
commit 6b1408a1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,6 +145,6 @@ const BoxWrapper = styled.div`
const NewPollBoxWrapper = styled.div`
position: relative;
top: 10px;
left: 10px;
top: 50px;
left: calc(50% - 234px);
`