diff --git a/sass/style.scss b/sass/style.scss index 2c4d972..b7c8b4c 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -46,18 +46,22 @@ nav { align-items: baseline; padding: 0 1em; + .logo { + max-height: 4em; + } + ul { list-style: none; display: flex; - } - a { - display: block; - padding: 1em; - color: inherit; + a { + display: block; + padding: 1em; + color: inherit; - &:hover { - text-decoration: underline; + &:hover { + text-decoration: underline; + } } } } diff --git a/static/img/logo.svg b/static/img/logo.svg new file mode 100644 index 0000000..e7104fd --- /dev/null +++ b/static/img/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index ed86c12..6270c4b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@