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; */ } }