File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default function Header({ links }: { links: { label: string; href: string
78
78
const iconStroke = 1.5 ;
79
79
80
80
return (
81
- < MantineHeader height = { 56 } pb = "md" >
81
+ < MantineHeader height = "var(--header-height)" pb = "md" >
82
82
< Container className = { classes . inner } >
83
83
< SideNav > { linkElements } </ SideNav >
84
84
< Group className = { classes . links } spacing = { 5 } >
Original file line number Diff line number Diff line change 1
1
.heroHeader {
2
- min-height : 65 vh ;
2
+ min-height : calc ( 100 vh - var ( --header-height ) - var ( --waves-section-spacer-height ) + min ( 5 vh , 30 px )) ;
3
3
margin : auto;
4
4
}
Original file line number Diff line number Diff line change 41
41
* =============================== */
42
42
43
43
: root {
44
- --btn-transition : .35s ease
44
+ --header-height : 56px ;
45
+ --waves-section-spacer-height : 300px ;
46
+ --btn-transition : .35s ease;
45
47
}
46
48
47
49
You can’t perform that action at this time.
0 commit comments