diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index de6cb24911f5..f7ebec04e2d1 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -92,3 +92,7 @@
.footer__copyright {
font-size: .7em;
}
+
+.navbar__logo img {
+ height: 120%;
+}
diff --git a/website/static/img/logo.svg b/website/static/img/logo.svg
index 9bc8cf68248b..4cba085ed758 100644
--- a/website/static/img/logo.svg
+++ b/website/static/img/logo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/website/static/img/logo_dark.svg b/website/static/img/logo_dark.svg
index 4ec50be10d97..1b44a0e96317 100644
--- a/website/static/img/logo_dark.svg
+++ b/website/static/img/logo_dark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file