mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Adjust line height for headings
This commit is contained in:
parent
72a2a2d68e
commit
a87e8e50d1
@ -67,6 +67,10 @@ body {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
padding: 0 3px 2px;
|
||||
<<border-radius 3px>>
|
||||
|
Loading…
Reference in New Issue
Block a user