aboutsummaryrefslogtreecommitdiff
path: root/web/style/navbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/navbar.css')
-rw-r--r--web/style/navbar.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/style/navbar.css b/web/style/navbar.css
index bec46cf..1cffb9e 100644
--- a/web/style/navbar.css
+++ b/web/style/navbar.css
@@ -19,6 +19,10 @@ nav {
align-items: center;
}
+nav a .logo {
+ height: 1.5em;
+}
+
nav a {
display: inline-block;
border: 0px solid transparent;
@@ -97,4 +101,4 @@ nav .back::before {
nav .library {
display: none;
}
-} \ No newline at end of file
+}