MainNavBar: make nyan cat move on hover as well

This commit is contained in:
Aaron van Geffen 2023-11-12 17:33:49 +01:00
parent b002c097e3
commit 62d138192d
1 changed files with 4 additions and 4 deletions

View File

@ -151,9 +151,6 @@ i.space-invader::before {
transition: 0.25s;
width: 110px;
}
.navbar-brand:hover i.space-invader::before {
transform: rotate(5deg);
}
i.space-invader.alt-1::before {
content: 'C';
}
@ -188,7 +185,10 @@ i.nyan-cat {
transition: 0.25s;
width: 110px;
}
.navbar-brand:hover i.space-invader::before,
.navbar-brand:hover i.nyan-cat {
transform: rotate(5deg);
}
@media (max-width: 991px) {
.navbar-brand {