mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Actions style done
This commit is contained in:
@@ -4,11 +4,16 @@
|
||||
box-sizing: border-box;
|
||||
padding: 0px 16.5vw;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
form {
|
||||
|
||||
height: 100%;
|
||||
max-width: 742px;
|
||||
|
||||
flex-grow: 1;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
@@ -55,8 +60,9 @@
|
||||
|
||||
height: 5vh;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 2vw;
|
||||
font-size: 1.2vw;
|
||||
|
||||
outline: none;
|
||||
border: none;
|
||||
border-bottom: 1px solid rgb(162, 162, 162);
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
justify-content: space-between;
|
||||
|
||||
button {
|
||||
height: 3vh;
|
||||
height: 5vh;
|
||||
width: 15vw;
|
||||
|
||||
margin: 0px 0.5vw;
|
||||
|
||||
Reference in New Issue
Block a user