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