Add a bit of spacing between columns of text

This commit is contained in:
Montana
2019-02-13 12:57:11 -05:00
parent bc7627ca27
commit 04187c0f78
3 changed files with 22 additions and 14 deletions

View File

@@ -68,6 +68,10 @@
}
}
.panel__body {
margin-right: $gap * 2;
}
.panel__heading {
padding: $gap * 2;