Bug with hover effect on footer's social links.

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.
This commit is contained in:
Alexey Nikitin
2015-08-19 13:10:44 +03:00
parent 04c9d376f7
commit d3e0b9b754

View File

@ -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;