mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Styled the admin button and added the button for come back to the game
This commit is contained in:
@@ -22,6 +22,13 @@ header {
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.redirect-button {
|
||||
position: absolute;
|
||||
left: 5%;
|
||||
|
||||
width: 10vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
@@ -44,4 +51,15 @@ header {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
||||
header {
|
||||
|
||||
.redirect-button {
|
||||
width: 20vw;
|
||||
position: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user