未验证 提交 0e372016 编写于 作者: A Asher

Add spacing between items

Also fix padding not being respected when blocks exceed container
height.
上级 21cfeb9d
html,
body,
#root,
.center-container {
#root {
height: 100%;
width: 100%;
}
......@@ -39,7 +38,9 @@ button {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100%;
padding: 20px;
width: 100%;
}
.card-box {
......
......@@ -4,6 +4,7 @@
.block-row > .item {
flex: 1;
margin: 2px 0;
}
.block-row > .item.-row {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册