Skip to content

Commit

Permalink
added cursor:pointer to smaller screen optimiza...
Browse files Browse the repository at this point in the history
...tion because only having "cursor: pointer;" in one spot (line 116) doesnt go into effect if the other one (line 152) isnt the same.
  • Loading branch information
mmccall0813 authored Feb 27, 2019
1 parent bdc24c6 commit bf07c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ body{
width: 37%;
top: 33%;
transition: width 0.2s ease-in-out, top 0.2s ease-in-out;
cursor: pointer;
}
.bitcoin:active{
width: 33%;
Expand Down

0 comments on commit bf07c57

Please sign in to comment.