pelican-mg/templates/js/social.js
2017-08-14 22:18:28 +02:00

5 lines
157 B
JavaScript

$(document).ready(function() {
$('.mg-container-social').height($('article').height());
$('#mg-panel-social').stick_in_parent({offset_top: 35});
});