File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ $hero-padding: 0
60
60
$navbar-height : 4rem
61
61
$content-blockquote-background-color : $white-bis
62
62
$content-blockquote-border-left : 5px solid $primary
63
+ $navbar-height : 5rem
64
+ $navbar-item-img-max-height : $navbar-height * 0.7
63
65
64
66
{{ with $extraColors }}
65
67
{{ range . }}
Original file line number Diff line number Diff line change 5
5
6
6
{{ if .HasChildren }}
7
7
< div class ="navbar-item has-dropdown is-hoverable ">
8
- < a class ="navbar-link has-text-weight-bold is-arrowless "{{ with .URL }} href ="{{ . }} "{{ end }}{{ if $isExternal }} target ="_blank "{{ end }} >
8
+ < a class ="navbar-link is-size-5 has-text-weight-bold is-arrowless "{{ with .URL }} href ="{{ . }} "{{ end }}{{ if $isExternal }} target ="_blank "{{ end }} >
9
9
{{ .Name }}
10
10
</ a >
11
11
26
26
</ div >
27
27
</ div >
28
28
{{ else }}
29
- < a class ="navbar-item has-text-weight-bold{{ if $isHere }} is-active{{ end }} " href ="{{ .URL }} "{{ if $isExternal }} target ="_blank "{{ end }} >
29
+ < a class ="navbar-item is-size-5 has-text-weight-bold{{ if $isHere }} is-active{{ end }} " href ="{{ .URL }} "{{ if $isExternal }} target ="_blank "{{ end }} >
30
30
{{ .Name }}
31
31
</ a >
32
32
{{ end }}
You can’t perform that action at this time.
0 commit comments