feat(Footer): tweak the footer position

This commit is contained in:
Ilia Mashkov
2026-04-23 13:06:17 +03:00
parent 32b864f7d2
commit 7a510e7acf
+1 -1
View File
@@ -17,7 +17,7 @@ const currentYear = new Date().getFullYear();
<footer
class={cn(
'fixed z-10 flex flex-row items-end gap-1 pointer-events-none',
isVertical ? 'bottom-5 right-5 [writing-mode:vertical-rl] rotate-180' : ' bottom-2 left-1/2 -translate-x-1/2',
isVertical ? 'bottom-2.5 right-2.5 [writing-mode:vertical-rl] rotate-180' : 'bottom-4 left-4',
)}
>
<!-- Project Name (Horizontal) -->