From 3dd2d435d980e87f2dc32e7a5c2401021c28e4a6 Mon Sep 17 00:00:00 2001 From: jamesgoldswain Date: Mon, 29 Jan 2018 11:50:41 +0800 Subject: [PATCH] using 50% for left and right on leaves a tiny line on it's initial state, setting this left 51% removes the line as the items then technically are 101% and overlap one another --- css/hover.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/hover.css b/css/hover.css index 780a2f9..1882541 100644 --- a/css/hover.css +++ b/css/hover.css @@ -2184,7 +2184,7 @@ content: ""; position: absolute; z-index: -1; - left: 50%; + left: 51%; right: 50%; bottom: 0; background: #2098D1; @@ -2275,7 +2275,7 @@ content: ""; position: absolute; z-index: -1; - left: 50%; + left: 51%; right: 50%; top: 0; background: #2098D1;