diff options
| -rw-r--r-- | themes/flog/layouts/partials/listing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flog/layouts/partials/listing.html b/themes/flog/layouts/partials/listing.html index 0d9e0a6..a893211 100644 --- a/themes/flog/layouts/partials/listing.html +++ b/themes/flog/layouts/partials/listing.html @@ -1,5 +1,5 @@ <main role="main"> - <img src="/logo/smalltext.svg" style="width: 100%; max-height: 25em;"></img> + <img src="/logo/smalltext.svg" style="width: 100%; max-height: 30em;"></img> <div class="row grid"> <div class="grid-sizer col s1"></div> {{ range .Data.Pages }} |
