increase photos-header-nav-small animation offset

This commit is contained in:
Joe 2021-03-12 01:26:30 -06:00
parent 28c371e665
commit cd006e3a62
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 2 additions and 2 deletions

View File

@ -540,11 +540,11 @@ a.kofi-content:hover:before {
@keyframes photos-header-nav-small {
0% {top: 0px;}
100% {top: -78px;}
100% {top: -88px;}
}
@keyframes from-photos-header-nav-small {
0% {top: -78px;}
0% {top: -88px;}
100% {top: 0px;}
}