update cv unfolded and mail is link

This commit is contained in:
hugo LAMY
2026-03-04 14:39:08 +01:00
parent 0764207780
commit f43afab585
5 changed files with 695 additions and 478 deletions

View File

@@ -1,19 +1,19 @@
#hero {
min-height: 100vh;
grid-template-columns: 1fr auto 1fr;
/*
min-height: 100vh;
grid-template-columns: 1fr auto 1fr;
/*
* WIP : trying to find a solution to have both qualities :
* - elements are spread across the page vertically ('hugo lamy developpeur' is not compacted on top)
* - the details element 'voir le cv' dont jump when we unroll it
* - the details element 'voir le cv' don't jump when we unroll it
*
grid-template-rows: 1fr auto 1fr;
grid-template-rows: auto auto 1fr;
*/
grid-template-rows: 50vh auto 1fr;
grid-template-rows: 50vh auto 1fr;
}
#hero .subtitle {
text-align: center;
display:inline-block;
max-width: 700px;
margin: 0px auto;
text-align: center;
display: inline-block;
max-width: 700px;
margin: 0px auto;
}