diff --git a/site/static/images/jumbotron.png b/site/static/images/jumbotron.png deleted file mode 100644 index c5c32e63..00000000 Binary files a/site/static/images/jumbotron.png and /dev/null differ diff --git a/site/static/images/switch_svg.svg b/site/static/images/jumbotron.svg similarity index 100% rename from site/static/images/switch_svg.svg rename to site/static/images/jumbotron.svg diff --git a/site/static/images/menu.png b/site/static/images/menu.png deleted file mode 100644 index 6d64bc54..00000000 Binary files a/site/static/images/menu.png and /dev/null differ diff --git a/site/static/images/yuzu-logo-temp.svg b/site/static/images/menu.svg similarity index 100% rename from site/static/images/yuzu-logo-temp.svg rename to site/static/images/menu.svg diff --git a/site/static/images/rays.svg b/site/static/images/rays.svg deleted file mode 100644 index c8573489..00000000 --- a/site/static/images/rays.svg +++ /dev/null @@ -1,2 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/site/static/images/twitterAvatar.png b/site/static/images/twitterAvatar.png deleted file mode 100644 index 618c6120..00000000 Binary files a/site/static/images/twitterAvatar.png and /dev/null differ diff --git a/site/themes/shared-bulma-theme b/site/themes/shared-bulma-theme index 277141cf..01145966 160000 --- a/site/themes/shared-bulma-theme +++ b/site/themes/shared-bulma-theme @@ -1 +1 @@ -Subproject commit 277141cf2dae72f02035b7e23d34429b3372fd13 +Subproject commit 01145966e93808b8384928c38d58a6e20b6433ad diff --git a/src/scss/shared.scss b/src/scss/shared.scss index f388af29..ef4aec1f 100644 --- a/src/scss/shared.scss +++ b/src/scss/shared.scss @@ -9,6 +9,7 @@ .navbar { transition: background-color 0.2s ease; } +.navbar-logo { height: 32px; } .hero .navbar.is-freestanding { background: $navbar-background-color;