reflect offset change in from-photos-header-nav animation

This commit is contained in:
Joe 2021-03-12 01:23:23 -06:00
parent 7b6e71bf49
commit 41adfa14f2
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@font-face {
\@font-face {
font-family: quicksand;
font-display: swap;
src: url(font/quicksand.woff2) format("woff2");
@ -524,7 +524,7 @@ a.kofi-content:hover:before {
}
@keyframes from-photos-header-nav {
0% {top: -114px;}
0% {top: -88px;}
100% {top: 0px;}
}