Files @ 2f3e3e0539d9
Branch filter:

Location: CSY/sefm2020/themes/bootstrap3/static/js/bodypadding.js

Benjamin Lion
change the website link to the active url.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});