coucou
This commit is contained in:
parent
68385abd8a
commit
d884e07c9b
11
.claude/launch.json
Normal file
11
.claude/launch.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"version": "0.0.1",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "dev",
|
||||||
|
"runtimeExecutable": "pnpm",
|
||||||
|
"runtimeArgs": ["run", "dev"],
|
||||||
|
"port": 4321
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -80,6 +80,7 @@ const date = new Date(project.date).toLocaleDateString('fr-FR', { year: 'numeric
|
|||||||
height: 75vh;
|
height: 75vh;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-top: var(--header-h);
|
||||||
}
|
}
|
||||||
|
|
||||||
.phero__img {
|
.phero__img {
|
||||||
|
|||||||
@ -75,6 +75,7 @@ const date = new Date(project.date).toLocaleDateString('fr-FR', { year: 'numeric
|
|||||||
height: 75vh;
|
height: 75vh;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-top: var(--header-h);
|
||||||
}
|
}
|
||||||
|
|
||||||
.phero__img { position: absolute; inset: 0; }
|
.phero__img { position: absolute; inset: 0; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user