diff --git a/sass/style.scss b/sass/style.scss index 8cbfc31..05f1b38 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -80,7 +80,7 @@ header { display: block; width: 250px; height: 100%; - background-image: url(/logo.png); + background-image: url(/logo.svg); background-repeat: no-repeat; background-position: left center; background-size: contain; diff --git a/static/logo.png b/static/logo.png deleted file mode 100644 index 7d1d1d5..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..e2bc952 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file