diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:24:26 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-26 18:24:26 +0200 |
| commit | 4f376d817910f3cd40f7456b0b5b1a7903485fb6 (patch) | |
| tree | 7788f117f94ecd037b6bcf8cefe568b54633e809 | |
| parent | 78e90b85603346a8d4a1e9489a99234aaf268feb (diff) | |
| download | blog-4f376d817910f3cd40f7456b0b5b1a7903485fb6.tar.gz blog-4f376d817910f3cd40f7456b0b5b1a7903485fb6.zip | |
align menu correctly
| -rw-r--r-- | layouts/partials/header.html | 2 |
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 }} |
