add calculation to line up lines (#516)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
James Ray 2022-01-31 12:07:41 -05:00 committed by GitHub
parent bfa1e4c2b3
commit 42a0e5100a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@
}
.top-right {
left: 50%;
left: calc(50% - 3px);
top: -50%;
}