updated footer
Some checks are pending
Deploy to Server / deploy (push) Waiting to run

This commit is contained in:
moonmoon 2026-04-12 20:04:20 +02:00
parent a50220480c
commit 36b10e3514
3 changed files with 21 additions and 0 deletions

View file

@ -412,6 +412,25 @@ footer {
color: rgb(63, 9, 126);
}
.social-buttons a img {
position: absolute;
top: 50%;
left: 50%;
width: 22px;
height: 22px;
transform: translate(-50%, -50%);
object-fit: contain;
transition: 0.3s;
}
.social-buttons a:hover img {
transform: translate(-50%, -50%) rotate(0deg);
}
.social-buttons a img:hover {
transform: translate(-50%, -50%) rotate(225deg);
}
/* ------------------- */
/* Utility classes */
/* ------------------- */