Fixed padding problem in standalone shell

This commit is contained in:
Brian Vaughn
2020-01-06 10:35:36 -08:00
parent 80e32487b9
commit 7580d6717c

View File

@@ -23,8 +23,8 @@
align-items: center;
justify-content: center;
overflow: auto;
padding: 1rem;
}
p {
padding: 0;
margin: 0;
@@ -66,6 +66,7 @@
flex-direction: column;
align-items: stretch;
justify-content: center;
padding: 1rem;
}
.box {
text-align: center;