From 26ecb4bec4e6752c4b7e21fc22f403a9426d4295 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 16 Mar 2020 00:20:30 +0100 Subject: [PATCH] =?UTF-8?q?Vyhled=C3=A1vac=C3=AD=20polo=C5=BEka=20v=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/_nav.scss | 5 ++++ sass/style.scss | 1 + static/mglass.svg | 63 ++++++++++++++++++++++++++++++++++++++++++++ templates/index.html | 1 + 4 files changed, 70 insertions(+) create mode 100644 static/mglass.svg 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 @@