Files @ 4eb55e7ab30e
Branch filter:

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

Benjamin Lion
Add committee page.
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});