From bec4f0a079f984981e486f407d289b24aafff4fd Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 6 Sep 2022 01:06:18 +0200 Subject: [PATCH] moved words input to the center --- frontend/src/styles/test.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 8d9eb5dc3..a6e199380 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -391,7 +391,7 @@ #wordsInput { opacity: 0; padding: 0; - margin: 0; + margin: 0 auto; border: none; outline: none; display: block; @@ -400,6 +400,9 @@ z-index: -1; cursor: default; pointer-events: none; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); } #capsWarning {