From 6b6b3a6f33c8ed938ec40727c764bd58b9dfaec3 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Date: Tue, 29 Dec 2020 15:23:51 +0530 Subject: [PATCH] fix overlay position --- src/scss/yuzu/yuzu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/yuzu/yuzu.scss b/src/scss/yuzu/yuzu.scss index 5a814d51..170ce765 100644 --- a/src/scss/yuzu/yuzu.scss +++ b/src/scss/yuzu/yuzu.scss @@ -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%;