Reduce unused height on headlines.
This commit is contained in:
parent
de92f74867
commit
bcfd8b1d93
@ -98,7 +98,6 @@ body nav input {
|
||||
}
|
||||
|
||||
.node .node {
|
||||
margin: 0.5em 0ex 0.5em 0.25ex;
|
||||
padding: 1ex 0 1ex 1ex;
|
||||
border-left: 1px dashed #2c3e50;
|
||||
}
|
||||
@ -115,6 +114,10 @@ body nav input {
|
||||
content: "🮦";
|
||||
}
|
||||
|
||||
.node .title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Inhibit <p> tags inside inlined items */
|
||||
/* TODO: Remove need for this on generator */
|
||||
.item p {
|
||||
|
Loading…
Reference in New Issue
Block a user