diff --git a/Views/Account/Login.cshtml b/Views/Account/Login.cshtml index 7fb782b..10d553a 100644 --- a/Views/Account/Login.cshtml +++ b/Views/Account/Login.cshtml @@ -58,11 +58,16 @@ color: #ff0000ff; margin-top: 10px; } - .footer-link { margin-top: 40px; font-size: 13px; } + .footer-link img { + transition: transform 0.2s ease; + } + .footer-link:hover img { + transform: scale(1.1); + } @@ -92,8 +97,11 @@ } -