mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Visual fixes
This commit is contained in:
@@ -80,9 +80,33 @@ header {
|
||||
|
||||
header {
|
||||
|
||||
padding: 3vh 0px;
|
||||
|
||||
height: auto;
|
||||
|
||||
h2 {
|
||||
|
||||
margin-bottom: 1vh;
|
||||
}
|
||||
|
||||
.redirect-button {
|
||||
width: 20vw;
|
||||
position: initial;
|
||||
}
|
||||
|
||||
.account-preview {
|
||||
|
||||
position: initial;
|
||||
|
||||
.full-name {
|
||||
|
||||
height: 0;
|
||||
|
||||
&.show {
|
||||
|
||||
opacity: 0%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user