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

@@ -49,8 +49,8 @@
position: absolute;
width: 80vw;
height: 80vw;
width: 30vw;
height: 30vw;
z-index: 10;
@@ -91,10 +91,6 @@
border-left: 0px;
}
&#box-5 {
}
&#box-6 {
border-right: 0px;
@@ -219,4 +215,10 @@
top: -10%;
left: 0%;
}
.game .background-winner-div {
width: 80vw;
height: 80vw;
}
}