@@ -21,6 +21,10 @@
<script>
var _hmt = _hmt || [];
(function() {
+ if(document.body.clientWidth > (1200 + 42)){
+ $("#bottom-bar").css({right: (document.body.clientWidth - 1200) / 2 - 42});
+ }
+ //
$("#backTop").click(function(){
$(window).scrollTop(0);
});