fix responsive design and ensure consistency of elements

This commit is contained in:
2026-04-16 14:58:07 +02:00
parent fc2b481bd4
commit b717abb7de
8 changed files with 20 additions and 19 deletions
+3
View File
@@ -5,6 +5,9 @@ type VisitButtonProps = {
};
export function ProjectVisitButton({ href }: VisitButtonProps) {
if (href === "" || href === null) { return; }
return (
<div className="flex justify-center">
<a