diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 27a2d4b..1b51ce7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -126,6 +126,11 @@ body { animation-delay: 4s; animation-duration: 1s; animation-fill-mode: forwards; + transition: all .2s ease-in-out; +} + +.bottom-right-logo:hover { + transform: scale(1.1); } a:visited { |