diff --git a/css/style.css b/css/style.css index ea84934..96bfac7 100644 --- a/css/style.css +++ b/css/style.css @@ -255,7 +255,7 @@ a:hover { } /* ------------ */ - +/* Animation */ .reveal{ position: relative; opacity: 0; @@ -271,11 +271,12 @@ a:hover { @keyframes fade { 0% { - transform: scale(0.8, 0.8); + transform: scale(0.9, 0.9); opacity: 0; } 100% { transform: scale(1, 1); opacity: 1; } -} \ No newline at end of file +} +/* ------------ */ \ No newline at end of file