mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
$(document).ready(() => {
|
|
$('.mg-container-social').height($('article').height());
|
|
$('#mg-panel-social').stick_in_parent({ 'offset_top': 35 });
|
|
});
|