Responsive design bug fixes

This commit is contained in:
2021-12-27 22:43:09 -03:00
parent 69cc467810
commit 3d5cfdb4bc
3 changed files with 16 additions and 9 deletions

View File

@@ -150,8 +150,8 @@ emoji-picker {
.game .background-winner-div {
background-color: rgba(95, 255, 62, 0.692);
position: absolute;
width: 80vw;
height: 80vw;
width: 30vw;
height: 30vw;
z-index: 10;
opacity: 0%;
transition: 1s ease-in-out;
@@ -254,6 +254,11 @@ emoji-picker {
top: -10%;
left: 0%;
}
.game .background-winner-div {
width: 80vw;
height: 80vw;
}
}
html, body {
height: 100%;