fix credit positioning

This commit is contained in:
Luna 2025-11-15 19:17:44 -03:00
parent 477403badf
commit e45e9a12f6

View file

@ -71,7 +71,7 @@ li {
} }
.credit { .credit {
top: calc(100vh - 1.5em); top: calc(var(--vh) * 100 - 1.5em);
right: 64px; right: 64px;
color: var(--c-fg) color: var(--c-fg)
} }