0
0
Fork 0

Add some extra margin to the first and last child

This commit is contained in:
Oliver-Akins 2021-03-20 16:38:17 -06:00
parent 798f378224
commit b9193b0628

View file

@ -99,6 +99,13 @@ export default {
height: 50%;
}
#ObjectBoard :first-child {
margin-left: 20px;
}
#ObjectBoard :last-child {
margin-right: 20px;
}
.text {
justify-content: center;
align-items: center;