aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-08-06 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-08-06 00:00:00 +0000
commitc9c74f27b6e58db4c1b6f2cdd5145919857cb507377b11ddd431160f787a3960 (patch)
tree6e4a7b35e475b267ca9f09b0d1c048cfc27e839f5aedbde580802a083009c7a4 /static
parentc855806937ec3078500616e1cd0cb84fc771dc9c9cfaac99454d8ff699d53ca3 (diff)
Fix logo overflow
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index aeff51c..614171c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -64,8 +64,8 @@ body > header {
margin-bottom: 2em;
}
-body > header pre {
- line-height: 1.1em;
+#logo {
+ line-height: normal;
}
body > footer {