Add some extra margin to the first and last child
This commit is contained in:
parent
798f378224
commit
b9193b0628
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue