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
+1
View File
@@ -6,6 +6,7 @@ export type ProjectFrontmatter = {
client: string;
roles: string[];
technologies: string[];
cover?: string;
preview1?: string;
preview2?: string;
website?: string;