diff options
author | David Robillard <d@drobilla.net> | 2020-03-29 13:05:45 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-29 13:05:45 +0200 |
commit | 321d7577d9476d97c3618fddbc672feb5d0051c5 (patch) | |
tree | 92ab0849f074705c7c1bc02a7bb4ea44a3d439fd | |
parent | b657d271af0d9c6256da53161fdc119de5472525 (diff) | |
download | lv2site-321d7577d9476d97c3618fddbc672feb5d0051c5.tar.xz |
Shrink logo in header
-rw-r--r-- | pelicanconf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 11a5037..5f77620 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,8 +5,8 @@ from __future__ import unicode_literals AUTHOR = u'David Robillard' SITENAME = u'LV2' SITELOGO = 'images/logo.svg' -SITELOGO_WIDTH = '26.194574em' -SITELOGO_HEIGHT = '24.525000em' +SITELOGO_WIDTH = '13.097287em' +SITELOGO_HEIGHT = '12.2625em' SITEURL = 'https://lv2plug.in' PATH = 'content' |