We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aafac1 commit 9d9d47bCopy full SHA for 9d9d47b
layouts/partials/header.html
@@ -34,7 +34,7 @@
34
{{if .Params.subtitle}}
35
<p class="mb-0 mt-1 ml-3" style="color:#005aa7; font-weight:550; font-size:13px;">{{.Params.subtitle}}</p>
36
{{end}}
37
- <a class="dropdown-item" href="{{ .URL | relURL }}" target="{{ .Params.target }}" title="{{ .Name }}" style="padding: 0.75rem 1.5rem;color: #005aa7;">
+ <a class="dropdown-item mr-4" href="{{ .URL | relURL }}" target="{{ .Params.target }}" title="{{ .Name }}" style="padding: 0.75rem 1.5rem;color: #005aa7;">
38
{{if .Params.icon}}
39
<i class="fas {{.Params.icon}} col-2 pl-0"></i>
40
0 commit comments