changed hero title height from auto to 50vh to take more consistant space
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user