File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ body.td-404 main .error-details {
163
163
margin-top : 3.5rem !important ;
164
164
}
165
165
166
- @media only screen and (min-width : 1075 px ) {
166
+ @media only screen and (min-width : 1170 px ) {
167
167
margin-top : 1rem !important ;
168
168
}
169
169
}
Original file line number Diff line number Diff line change 1
1
{{ $cover := .HasShortcode "blocks/cover" }}
2
2
< nav class ="js-navbar-scroll navbar navbar-expand navbar-dark {{ if $cover}} td-navbar-cover {{ end }} flex-column flex-md-row td-navbar " data-auto-burger ="primary ">
3
- < a class ="navbar-brand " href ="{{ .Site.Home.RelPermalink }} "> </ a >
3
+ < a class ="navbar-brand img-fluid " href ="{{ .Site.Home.RelPermalink }} "> </ a >
4
4
< div class ="td-navbar-nav-scroll ml-md-auto " id ="main_navbar ">
5
5
6
6
< ul class ="navbar-nav mt-2 mt-lg-0 ">
15
15
{{ end }}
16
16
{{ end }}
17
17
{{ if .Site.Params.versions }}
18
- < li class ="nav-item dropdown ">
18
+ < li class ="nav-item mr-n3 mr-lg-0 dropdown ">
19
19
{{ partial "navbar-version-selector.html" . }}
20
20
</ li >
21
21
{{ end }}
22
22
{{ if (gt (len .Site.Home.Translations) 0) }}
23
- < li class ="nav-item dropdown ">
23
+ < li class ="nav-item mr-n4 mr-lg-0 dropdown ">
24
24
{{ partial "navbar-lang-selector.html" . }}
25
25
</ li >
26
26
{{ end }}
You can’t perform that action at this time.
0 commit comments