mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Responsive design bug fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user