changed hero title height from auto to 50vh to take more consistant space

This commit is contained in:
asus
2024-06-02 19:20:34 +02:00
parent 92b75b3239
commit d72c5ea2de

View File

@@ -7,8 +7,9 @@
* - the details element 'voir le cv' dont jump when we unroll it
*
grid-template-rows: 1fr auto 1fr;
*/
grid-template-rows: auto auto 1fr;
*/
grid-template-rows: 50vh auto 1fr;
}
#hero .subtitle {
text-align: center;