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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user