pelican-mg/static/js/main.js
2015-11-23 18:56:43 +01:00

7 lines
172 B
JavaScript

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