Skip to content

Commit

Permalink
📱 update responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
Styx11 committed Mar 18, 2019
1 parent 028cfe9 commit 01a02bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
@media only screen and (min-width: 1025px) {
.game {
top: -2rem;
margin: 0 auto;
}
}
Expand Down Expand Up @@ -509,8 +510,8 @@ tr.grid-row-4:nth-child(2) td.grid-cell{
}
@media only screen and (min-width: 1025px) {
.selector-btn {
margin: 0 21%;
top: 20rem;
margin: 0 10%;
top: 15rem;
}
}

Expand Down Expand Up @@ -628,8 +629,8 @@ tr.grid-row-4:nth-child(2) td.grid-cell{
width: 6.6rem;
height: 14rem;
left: unset;
right: 22rem;
bottom: 22rem;
right: 10rem;
bottom: 20rem;
background-color: unset;
}
.keyboard-input {
Expand Down

0 comments on commit 01a02bd

Please sign in to comment.