From 846911245d126b83a21d17cc6760dfef66f9869e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 11 Jun 2023 18:41:04 +0600 Subject: [PATCH] chng --- src/Games/Typo/components/main-game/main-game.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Games/Typo/components/main-game/main-game.css b/src/Games/Typo/components/main-game/main-game.css index 237e5c315..f17116838 100644 --- a/src/Games/Typo/components/main-game/main-game.css +++ b/src/Games/Typo/components/main-game/main-game.css @@ -9,7 +9,7 @@ textarea { font-size: 1.3rem; font-weight: 600; position: relative; - right:65%; + /* right:65%; */ } textarea:disabled { @@ -32,8 +32,9 @@ textarea:disabled { display: flex; justify-content: center; align-items: center; - margin-right: 100px; - font-size: 55px; + /* margin-right: 100px; */ + gap: 10px; + font-size: 30px; } .main-h1-2{ @@ -76,7 +77,8 @@ button:disabled { flex-direction: column; } textarea { - width: 314px; - height: 496px; + width: 100%; + padding: 0; + /* height: 496px; */ } }