Reduce unused height on headlines.

This commit is contained in:
Sergio Martínez Portela 2022-10-18 23:29:12 +02:00
parent de92f74867
commit bcfd8b1d93

View File

@ -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 {