Change spacing around the "Known nodes" header to make it visually attached to the node list

pull/2378/head
Bogdan Opanchuk 2020-10-16 16:47:26 -07:00
parent 0160a20a44
commit 5bda87c0e8
1 changed files with 5 additions and 1 deletions

View File

@ -127,7 +127,11 @@ ${fleet_state_icon(state.checksum, state.nickname, state.population())}
}
.this-node-info {
margin-bottom: 1em;
margin-bottom: 2em;
}
h3 {
margin-bottom: 0em;
}
.this-node {