mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 03:31:04 +01:00
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)
This commit is contained in:
parent
eabc9e4dac
commit
dd7a928353
3
docs/_static/css/custom.css
vendored
3
docs/_static/css/custom.css
vendored
@ -34,8 +34,7 @@ div.wy-side-nav-search {
|
||||
}
|
||||
|
||||
.logo:hover {
|
||||
transform: rotate(8deg);
|
||||
transition: transform 1.2s ease;
|
||||
transform: rotate(4deg);
|
||||
}
|
||||
|
||||
/* Wagtail Space */
|
||||
|
Loading…
Reference in New Issue
Block a user