added animation to postnav

This commit is contained in:
ClovertaTheTrilobita 2026-04-18 21:52:28 +03:00
parent d9ae38197c
commit fabe058bfe

View file

@ -89,6 +89,14 @@ const nextSlug = nextPost ? getSlugFromId(nextPost.id) : null;
.post-nav-next { .post-nav-next {
text-align: right; text-align: right;
} }
.post-nav-title {
display: inline-block;
transition: transform 0.18s ease;
}
.post-nav a:hover .post-nav-title {
transform: scale(1.04);
}
.post-nav a { .post-nav a {
display: block; display: block;