Skip to content

Commit

Permalink
Increase size of help button and remove bold style of play button (#7)
Browse files Browse the repository at this point in the history
* increase size of help button

* remove bold style of play button
  • Loading branch information
harchcode authored Oct 13, 2020
1 parent 2698732 commit 76e59d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
border: 0;
color: #2D3748;
font-size: 1.25rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1rem;
padding: 0.5rem 1rem;
Expand All @@ -93,7 +92,7 @@
#help-button {
display: block;
border-radius: 100%;
font-size: 0.9em;
font-size: 1em;
font-weight: bold;
width: 1.5em;
height: 1.5em;
Expand Down

0 comments on commit 76e59d0

Please sign in to comment.