summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 0325e11..8973521 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -21,7 +21,7 @@
<div class="container">
<div class="row">
{{ range $section, $p := .Site.Sections }}
- <div class="one-third column">
+ <div class="one-half column">
<a class="button" href="/{{ $section }}/">{{ $section }}</a>
</div>
{{ end }}