Skip to content

Commit

Permalink
Merge pull request #44 from kaiwalyakoparkar/development
Browse files Browse the repository at this point in the history
Play button formatted
  • Loading branch information
kaiwalyakoparkar committed Apr 11, 2021
2 parents b78abca + 8d75559 commit 61d3e41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sense-hack/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,11 @@ button.next-turn {

button.start-game {
position: absolute;
background: black;
background: linear-gradient(90deg, #2a79d0, #ce3d20);
padding: 20px 30px;
display: none;
top: 50%;
left:-18%;
left:-15%;
}

.before-game .start-game {
Expand Down

0 comments on commit 61d3e41

Please sign in to comment.