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 {