diff --git a/sass/style.scss b/sass/style.scss index ce70974..a6e89fc 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -53,7 +53,7 @@ header { width: 100%; img { - max-height: 7em; + height: 7em; } h1 { diff --git a/static/logo.png b/static/logo.png deleted file mode 100644 index 7c2d2c9..0000000 Binary files a/static/logo.png and /dev/null differ diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..bfcfcec --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 970e9aa..2129c74 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@
- Logo PedF + Logo PedF

{{ config.title | upper }}

{{ macros::nav(type="short") }}