Skip to content

Commit

Permalink
Make bigger button for cheating
Browse files Browse the repository at this point in the history
  • Loading branch information
willowsokora committed Sep 13, 2023
1 parent 5b928a9 commit b10a4a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ <h3><a id="clear" href="javascript:;">(Clear)</a><h3>
</div>
<ul id="guesses"></ul>
<div style="padding-bottom: 1rem; padding-right: 1rem;">
<a id="numberedhelper">Auto-populate numbered streets (there's so many smh my head)</a>
<button id="numberedhelper">Auto-populate numbered streets (there's so many smh my head)</button>
<br />
<br />
<a href="https://twitter.com/ahavaharavah" target="_blank">Get updates on Twitter</a>
</div>
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@ input {
#score {
padding-top: 0;
margin-top: 0;
}

button {
font-size: 0.8rem;
border-radius: 0.5rem;
background: white;
}

0 comments on commit b10a4a6

Please sign in to comment.