Add spacing between items

Also fix padding not being respected when blocks exceed container
height.
This commit is contained in:
Asher
2020-02-27 12:11:30 -06:00
parent 21cfeb9da0
commit 0e3720169f
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
.block-row > .item {
flex: 1;
margin: 2px 0;
}
.block-row > .item.-row {