add calculation to line up lines

This commit is contained in:
James Ray 2022-01-29 23:08:21 -05:00
parent 2b9ce8fb29
commit e895fe950a
No known key found for this signature in database
GPG key ID: E8AD82EF4759BD72

View file

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