fix overlay position

This commit is contained in:
Vamsi Krishna 2020-12-29 15:23:51 +05:30 committed by GitHub
parent e13631e595
commit 6b6b3a6f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ a:hover {
// Correctly positions the switch screen images in the overlay.
.offset-switch-overlay {
top: 13.5%;
top: 10.5%;
left: 22.5%;
// 100% - (22.5% * 2)
width: 55%;