Tweak Wagtail logo hover animation in docs

This matches the hover animation exactly the same as in Wagtail but without the "playful" wagtail Easter egg (where the original hover animation came from)
pull/6104/head
Timothy Bautista 2020-05-30 09:47:40 -06:00 zatwierdzone przez LB (Ben Johnston)
rodzic eabc9e4dac
commit dd7a928353
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -34,8 +34,7 @@ div.wy-side-nav-search {
}
.logo:hover {
transform: rotate(8deg);
transition: transform 1.2s ease;
transform: rotate(4deg);
}
/* Wagtail Space */