Files @ f478cd6eeca7
Branch filter:

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

Benjamin Lion
Adding Dick Broekhuis to the organising committee.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});