style: align project repository links to left and right

This commit is contained in:
Chneemann 2026-07-27 12:01:19 +02:00
parent e422ea6cbf
commit e4dc11a16c

View file

@ -221,7 +221,7 @@ export default function Portfolio() {
<Link <Link
href={project.backendLink} href={project.backendLink}
target="_blank" target="_blank"
className="text-xs font-mono text-blue-400 hover:underline inline-flex items-center gap-1" className="text-xs font-mono text-blue-400 hover:underline inline-flex items-center justify-end gap-1 text-right"
> >
Code (Backend) Code (Backend)
</Link> </Link>