Skip to content

Commit

Permalink
fix mobile controls
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa2808 committed Dec 6, 2023
1 parent 85d65bb commit 07c63b7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ input[type=checkbox] {
display: none;
}

#button-start,
#button-loading {
width: 24rem;
margin: 0 auto;
}

a {
color: white;
display: block;
Expand All @@ -106,8 +112,7 @@ a {
padding-left: 15px;
padding-right: 15px;
text-transform: uppercase;
width: 9em;
margin: 0 auto;
width: auto;
}

.btn:focus {
Expand All @@ -130,8 +135,7 @@ a {
padding-left: 15px;
padding-right: 15px;
text-transform: uppercase;
width: 9em;
margin: 0 auto;
width: auto;
}

.btn:hover {
Expand All @@ -154,8 +158,7 @@ a {
padding-left: 15px;
padding-right: 15px;
text-transform: uppercase;
width: 9em;
margin: 0 auto;
width: auto;
}

.btn.grey {
Expand Down

0 comments on commit 07c63b7

Please sign in to comment.