pelican-mg/static/js/social.js

5 lines
152 B
JavaScript

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