Skip to content

Commit 7e5ef62

Browse files
committed
Don't make social buttons fixed
1 parent fa60c7d commit 7e5ef62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/public/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ footer{
157157

158158
.footer-right-text-block{
159159
float:right;
160-
margin-right:3%;
160+
margin-right:2%;
161161
text-align:right;
162162
line-height:1.3em;
163163
}
164164

165165
.social-buttons{
166-
position: fixed;
166+
position: absolute;
167167
bottom:20px;
168-
right:20px;
168+
right:60px;
169169
z-index: 2;
170170
}
171171

0 commit comments

Comments
 (0)