diff --git a/sass/_nav.scss b/sass/_nav.scss index 648595d..8c60d1d 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -36,6 +36,11 @@ nav { } } + img { + height:1em; + width:1em; + } + .mainnav { display:flex; justify-content:space-between; diff --git a/sass/style.scss b/sass/style.scss index 4b2515d..9c402be 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -14,6 +14,7 @@ body { background:$body-background-image repeat $body-background; color:$body-color; font-family:sofia; + font-size:1em; } a { diff --git a/static/mglass.svg b/static/mglass.svg new file mode 100644 index 0000000..22ebb9c --- /dev/null +++ b/static/mglass.svg @@ -0,0 +1,63 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/templates/index.html b/templates/index.html index 142b7db..c103a21 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,6 +12,7 @@