scroll to to top on clicking on footer logo

This commit is contained in:
2025-04-10 06:30:59 +04:00
parent 2442e7b981
commit 3fba29e9db
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -666,11 +666,13 @@ img {
.footer-logo {
margin: 0;
cursor: pointer;
}
.footer-logo img {
height: 90px;
transition: transform 0.3s;
cursor: pointer;
}
.footer-logo img:hover {