diff --git a/style.css b/style.css index f36cbfa..ac89e6a 100644 --- a/style.css +++ b/style.css @@ -41,7 +41,7 @@ header { z-index: 10; } -.hide-header{ +.hide-header { display: none; } @@ -646,7 +646,7 @@ hr.newOne { } .icons:hover { - transform: scale(2.0); + transform: scale(2); transition: 0.5s ease-in-out; }