We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc9c51 commit 633ab5fCopy full SHA for 633ab5f
docs/layouts/partials/header.html
@@ -26,7 +26,7 @@
26
<hr class="d-lg-none my-2 text-white-50">
27
</li>
28
<li class="nav-item dropdown">
29
- <button class="btn btn-link nav-link py-2 px-2 px-lg-2 dropdown-toggle d-flex align-items-center"
+ <button class="btn btn-link nav-link py-2 px-2 px-lg-2 d-flex align-items-center"
30
type="button"
31
aria-expanded="false"
32
data-coreui-toggle="dropdown"
@@ -57,6 +57,10 @@
57
58
</ul>
59
60
+ <li class="nav-item py-2 py-lg-1">
61
+ <div class="vr d-none d-lg-flex h-100 mx-lg-2 text-body text-opacity-75"></div>
62
+ <hr class="d-lg-none my-2 text-white-50">
63
+ </li>
64
65
<a class="btn btn-outline-primary d-lg-inline-block my-2 my-md-0 ms-md-3" href="/getting-started/download/">
66
{{ partial "icons/cloud-download.svg" (dict "class" "icon me-lg-2") }}
0 commit comments