header aspect modificated

This commit is contained in:
2021-10-21 19:14:16 -03:00
parent 6f20458361
commit f4052791f9
3 changed files with 37 additions and 2 deletions

View File

@@ -28,6 +28,19 @@ header h2 {
cursor: pointer;
}
@media (max-width: 991.98px) {
header h2 {
color: #fff;
background-color: #48a6fd;
padding: 1vh 1vw;
border-radius: 5px;
transition: 0.2s ease-in-out;
}
header h2:active {
background-color: #1f476d;
transition: 0.4s ease-in-out;
}
}
.game-container {
display: flex;
justify-content: space-around;