diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-10-15 14:31:19 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-10-15 14:31:19 +0200 |
| commit | 1afe0abcaaa90db5305eadd42b7961a645f32a4b (patch) | |
| tree | 11fd55c9de358c60c1d5949f53605147fc3fd2a6 /themes/flog | |
| parent | 97b3d56600b6e920d077a69d20cca7a5cc189098 (diff) | |
| download | pragblog-1afe0abcaaa90db5305eadd42b7961a645f32a4b.tar.gz pragblog-1afe0abcaaa90db5305eadd42b7961a645f32a4b.zip | |
logo a bit bigger
Diffstat (limited to 'themes/flog')
| -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 }} |
