Skip to content

Commit

Permalink
chng
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 11, 2023
1 parent cf1260f commit 8469112
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/Games/Typo/components/main-game/main-game.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ textarea {
font-size: 1.3rem;
font-weight: 600;
position: relative;
right:65%;
/* right:65%; */
}

textarea:disabled {
Expand All @@ -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{
Expand Down Expand Up @@ -76,7 +77,8 @@ button:disabled {
flex-direction: column;
}
textarea {
width: 314px;
height: 496px;
width: 100%;
padding: 0;
/* height: 496px; */
}
}

0 comments on commit 8469112

Please sign in to comment.