diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index b773889..f5b477e 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -153,7 +153,7 @@ export default { } .other-team { text-align: right; - left: -40px; + left: -50px; top: 25%; } @@ -176,6 +176,12 @@ input[type="text"] { outline: none; margin: 7px 0; border: none; - width: 95%; + width: 90%; +} +input[type="text"].team-answer { + padding-right: 5%; +} +input[type="text"].other-team-answer { + padding-left: 5%; } \ No newline at end of file