diff --git a/server/public/style.css b/server/public/style.css index 58001fe..299638b 100644 --- a/server/public/style.css +++ b/server/public/style.css @@ -12,6 +12,7 @@ code { font-family: "JetBrains Mono", monospace; font-variant-ligatures: none; border-radius: 5px; + line-height: initial; } img { @@ -53,6 +54,7 @@ h1:hover .header-anchor, h2:hover .header-anchor, h3:hover .header-anchor, h4:ho .content { max-width: 700px; margin: 40px auto 80px; + line-height: 1.5; } .error { diff --git a/test-vault/Cool Test Note.md b/test-vault/Cool Test Note.md index d2c040e..408de45 100644 --- a/test-vault/Cool Test Note.md +++ b/test-vault/Cool Test Note.md @@ -56,4 +56,4 @@ nice [^1]: Normal footnote! -[^text]: Text footnote! \ No newline at end of file +[^text]: Text footnote \ No newline at end of file