Skip to content

Commit 633ab5f

Browse files
committed
docs: update theme
1 parent ddc9c51 commit 633ab5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/layouts/partials/header.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<hr class="d-lg-none my-2 text-white-50">
2727
</li>
2828
<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"
29+
<button class="btn btn-link nav-link py-2 px-2 px-lg-2 d-flex align-items-center"
3030
type="button"
3131
aria-expanded="false"
3232
data-coreui-toggle="dropdown"
@@ -57,6 +57,10 @@
5757
</li>
5858
</ul>
5959
</li>
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>
6064
</ul>
6165
<a class="btn btn-outline-primary d-lg-inline-block my-2 my-md-0 ms-md-3" href="/getting-started/download/">
6266
{{ partial "icons/cloud-download.svg" (dict "class" "icon me-lg-2") }}

0 commit comments

Comments
 (0)