From 6fc55960871c224bd35ae1fc860d7f4bd1e8d30e Mon Sep 17 00:00:00 2001 From: Nicolas Sudres Date: Wed, 31 Aug 2022 23:14:41 +0200 Subject: [PATCH] Update animation scale --- css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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