tweak position of help button

This commit is contained in:
Lisa Passing 2015-07-28 11:06:01 +02:00
parent 023293de8a
commit eeeb64d29a

View File

@ -2,7 +2,7 @@
.feedback-button
display: none
position: fixed
right: 4%
right: 9%
left: auto
bottom: 0
margin: 0
@ -17,6 +17,9 @@
color: #399399
z-index: 89
@media #{$medium-up}
right: 5%
.feedback-button:hover
transform: translateY(5%)