pelican-mg/static/js/social.js
2017-12-04 23:53:23 +01:00

5 lines
152 B
JavaScript

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