diff --git a/_themes/bootstrap/layout.html b/_themes/bootstrap/layout.html
index f9c4506..fcd1e76 100644
--- a/_themes/bootstrap/layout.html
+++ b/_themes/bootstrap/layout.html
@@ -53,7 +53,7 @@
- Hangfire
+
diff --git a/_themes/bootstrap/static/logo.svg b/_themes/bootstrap/static/logo.svg
new file mode 100644
index 0000000..143a2e5
--- /dev/null
+++ b/_themes/bootstrap/static/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_themes/bootstrap/static/styles.css b/_themes/bootstrap/static/styles.css
index 0476c2b..5f79b44 100644
--- a/_themes/bootstrap/static/styles.css
+++ b/_themes/bootstrap/static/styles.css
@@ -360,6 +360,10 @@ footer {
border: none;
}
+.navbar-hangfire .navbar-brand {
+ padding: 10px 15px;
+}
+
.navbar-hangfire .icon-bar {
background-color: #333;
}