diff --git a/footer.php b/footer.php index 22b5805..29d10f2 100644 --- a/footer.php +++ b/footer.php @@ -116,7 +116,7 @@
© - -

Made with +

Made with diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index 2d0ff62..ddf3e77 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -79,8 +79,9 @@ .made-by { @apply w-fit flex justify-center items-center text-neutral-600 font-semibold text-xs pt-1; svg { + transition: all 0.5s; @apply w-3 h-3 mx-1 fill-secondary; - animation: fade-in-out 2.5s linear infinite; + animation: fade-in-out 2.5s linear 2; } a { @apply underline pl-1; @@ -91,6 +92,12 @@ } } } + &:hover { + .made-by svg { + @apply animate-pulse; + transform: scale(1.2); + } + } } .legal-credits {