Fix menu paddings, add additional space for big screens

This commit is contained in:
Alex Shpak
2018-10-08 20:56:06 +02:00
parent 5b7db23aaa
commit 5b4dec6db9
5 changed files with 37 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
{{ define "book-section" }} <!-- Single section of menu (recursive) -->
<ul>
{{ range .Section.Sections }}
<li {{- if .Params.bookflatsection}} class="flat" {{ end }}>
<li {{- if .Params.bookflatsection}} class="flat-section" {{ end }}>
{{- if .Content -}}
{{ template "book-page-link" (dict "Page" . "CurrentPage" $.CurrentPage) }}
{{- else -}}