Little bit of node padding

This commit is contained in:
Ian Gulliver
2019-07-12 03:41:00 +00:00
parent 81fa6a4ed0
commit b17bd733f6

View File

@@ -231,12 +231,13 @@ body {
}
.gridNode {
width: 85%;
height: 85%;
width: 81%;
height: 81%;
background: var(--node-background);
justify-content: center;
border: 1px solid var(--line);
border-radius: 10%;
padding: 2%;
z-index: 3;
}