This commit is contained in:
ordinarthur 2026-04-05 17:51:30 +02:00
parent 68385abd8a
commit d884e07c9b
3 changed files with 13 additions and 0 deletions

11
.claude/launch.json Normal file
View File

@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "dev",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["run", "dev"],
"port": 4321
}
]
}

View File

@ -80,6 +80,7 @@ const date = new Date(project.date).toLocaleDateString('fr-FR', { year: 'numeric
height: 75vh;
min-height: 500px;
overflow: hidden;
margin-top: var(--header-h);
}
.phero__img {

View File

@ -75,6 +75,7 @@ const date = new Date(project.date).toLocaleDateString('fr-FR', { year: 'numeric
height: 75vh;
min-height: 500px;
overflow: hidden;
margin-top: var(--header-h);
}
.phero__img { position: absolute; inset: 0; }