Skip to content

Commit

Permalink
Bottom padding for instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLeland committed Dec 26, 2021
1 parent c1d4adc commit a5fda87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
#instructions {
position: absolute;
display: inline;
bottom: 0%;
bottom: 4px;
font: 10px Arial, sans-serif;
}

Expand Down

0 comments on commit a5fda87

Please sign in to comment.