From 04bad4a2603fc4dae9bae3a90e02bc56d43ca836 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 16b9671..1fc0dea 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -67,6 +67,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 353a8fa..492f074 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,6 +12,7 @@