diff --git a/style.css b/style.css
index f2463ea8b043326e0e9f1cd4a8080c97823964ca..879c55c80afd5fc2c8df672115999e3ca6f544d7 100644
--- a/style.css
+++ b/style.css
@@ -55,7 +55,7 @@ header {
 
 nav {
   display: flex;
-  align-items: center;
+  align-items: end;
   column-gap: 0.7em;
 }
 
@@ -320,6 +320,11 @@ main {
   height: 100%
 }
 
+#logo img {
+  width: 2em;
+  height: auto;
+}
+
 #dialog-wrapper {
   position: fixed;
   top: 0;