diff --git a/web/src/components/ChooseObject.vue b/web/src/components/ChooseObject.vue index 79c34e1..0a1a457 100644 --- a/web/src/components/ChooseObject.vue +++ b/web/src/components/ChooseObject.vue @@ -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;