Skip to content

Commit

Permalink
style(doc-nav): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 9, 2024
1 parent 49c71d8 commit 1988abc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
{{- end }}
{{- $size := "1.5em" }}
{{- if or $prev $next }}
<ul class="hb-docs-doc-nav nav hb-module {{ $justify }}">
<div class="hb-module">
<ul class="hb-docs-doc-nav nav {{ $justify }}">
{{ with $prev }}
<li class="nav-item my-1">
<a
Expand Down Expand Up @@ -57,4 +58,5 @@
</li>
{{ end }}
</ul>
</div>
{{ end }}

0 comments on commit 1988abc

Please sign in to comment.