Skip to content

Commit

Permalink
Bug with hover effect on footer's social links.
Browse files Browse the repository at this point in the history
The footer's social link changes itself's height when it is hovered. This leads to appearing scroll bar and as a result changing page's width. The content jumps.
  • Loading branch information
nikitin2009 committed Aug 19, 2015
1 parent 04c9d37 commit d3e0b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ thead {
padding-right: 10px;
&:hover {
padding-top: 14px;
padding-bottom: 14px;
padding-bottom: 12px;
color: #4a2b0f;
background-color: #eee;
text-decoration: none;
Expand Down

0 comments on commit d3e0b9b

Please sign in to comment.