mobile users input style done

This commit is contained in:
2021-10-20 19:12:40 -03:00
parent 65251009de
commit ef0fe3d836
7 changed files with 84 additions and 41 deletions

View File

@@ -302,4 +302,23 @@ header h2 {
margin-left: 1vw;
}
.letter-input-container {
height: 30vh;
display: flex;
align-items: center;
justify-content: center;
}
.letter-input-container #letter-input {
width: 10vw;
height: 10vw;
text-align: center;
font-size: calc(10vw - 20px);
border-radius: 5px;
border: none;
outline: none;
border: 2px solid #f87665;
background-color: #303030cd;
color: #ffffff5f;
}
/*# sourceMappingURL=index.css.map */