Styled the admin button and added the button for come back to the game

This commit is contained in:
2021-10-21 22:38:19 -03:00
parent ba88fd2eb9
commit b76d35344d
5 changed files with 43 additions and 4 deletions

View File

@@ -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;
}
}
}