File tree Expand file tree Collapse file tree 5 files changed +23
-9
lines changed
Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -1200,4 +1200,8 @@ $accent: #FF4081;
12001200 .container-xl {
12011201 max-width : 90vw ;
12021202 }
1203+ }
1204+
1205+ .nowrap {
1206+ white-space : nowrap ;
12031207}
Original file line number Diff line number Diff line change 11# main menu
2+ [[main ]]
3+ name = " Home"
4+ url = " /nl"
5+ weight = 1
6+
27[[main ]]
38name = " Algoprudentie"
49weight = 2
Original file line number Diff line number Diff line change 11# main menu
2+ [[main ]]
3+ name = " Home"
4+ url = " /"
5+ weight = 1
6+
27[[main ]]
38name = " Algoprudence"
4- weight = 2
9+ weight = 3
510url = " /algoprudence"
611hasChildren = true
712 [[main ]]
@@ -28,7 +33,7 @@ hasChildren = true
2833
2934[[main ]]
3035name = " Technical tools"
31- weight = 3
36+ weight = 4
3237hasChildren = true
3338url = " /technical-tools/BDT"
3439 [[main ]]
@@ -64,7 +69,7 @@ url = "/technical-tools/BDT"
6469
6570[[main ]]
6671name = " Knowledge platform"
67- weight = 1
72+ weight = 2
6873hasChildren = true
6974url = " /knowledge-platform/knowledge-base"
7075 [[main ]]
@@ -99,7 +104,7 @@ url = "/knowledge-platform/knowledge-base"
99104[[main ]]
100105name = " Events"
101106url = " events"
102- weight = 4
107+ weight = 5
103108hasChildren = true
104109 [[main ]]
105110 parent = " Events"
@@ -118,7 +123,7 @@ hasChildren = true
118123
119124[[main ]]
120125name = " About"
121- weight = 5
126+ weight = 6
122127hasChildren = true
123128url = " /about/contact"
124129 [[main ]]
Original file line number Diff line number Diff line change 44 < div class ="container col-12 " id ="header-container ">
55
66 <!-- navbar -->
7- < nav class ="navbar navbar-expand-lg navbar-light ">
7+ < nav class ="navbar navbar-expand-xl navbar-light ">
88 < div class ="navbar-div ">
99 < a class ="navbar-brand " href ="{{ site.Home.RelPermalink }} ">
1010 {{ with site.Params.logo}}
11- < img width ="{{site.Params.logo_width}} " class ="img-fluid " src ="{{ . | relURL }} " alt ="{{ site.Title }} ">
11+ < img width ="{{site.Params.logo_width}} " class ="img-fluid " src ="{{ . | relURL }} " alt ="{{ site.Title }} " style =" min-width: {{site.Params.logo_width}}; " >
1212 {{ else }}{{site.Title}}{{end}}
1313 </ a >
1414 </ div >
6262 {{ if .IsTranslated }}
6363 {{ range .Translations }}
6464 < li class ="nav-item d-inline-block " style ="min-width: 137px; ">
65- < a href ="{{ .RelPermalink }} " class ="nav-link d-inline-block " title ="Language toggle ">
65+ < a href ="{{ .RelPermalink }} " class ="nav-link d-inline-block nowrap " title ="Language toggle ">
6666 < div class ="d-inline " {{ if eq .Site.Language.Lang "en" }} style="font-weight: 350; " {{ end}} >
6767 EN
6868 </ div >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments