Skip to content

Commit

Permalink
enlarge fb twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamartin273 committed Nov 8, 2016
1 parent a5f3371 commit 40819f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,22 +410,22 @@ select {

img.subscribeButton {
content: url('/images/fb.png');
height: 50px;
height: 60px;
}

img.subscribeButton:hover {
content: url('/images/fb_hover.png');
height: 50px;
height: 60px;
}

img.followButton {
content: url('images/twitter.png');
height:50px;
height:60px;
}

img.followButton:hover {
content: url('images/twitter_hover.png');
height:50px;
height:60px;
}

.subscribe {
Expand Down

0 comments on commit 40819f5

Please sign in to comment.