From 25b4dfc4263937a76dbeca2239b31340a397b7b8 Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Wed, 3 Jan 2018 15:04:05 +0300 Subject: [PATCH] Slider fix --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index f0f84c3..b32b597 100644 --- a/css/style.css +++ b/css/style.css @@ -199,8 +199,8 @@ body { content: ""; height: 19px; width: 19px; - left: 2px; - bottom: 2px; + left: 1px; + bottom: 1px; background-color: white; -webkit-transition: .4s; transition: .4s; @@ -222,7 +222,7 @@ input:checked + .slider:before { /* Rounded sliders */ .slider.round { - border-radius: 14px; + border-radius: 13px; } .slider.round:before {