mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-03 02:17:38 +00:00
Move home header image to inline img / refactor headings
This commit is contained in:

committed by
Hannah Wolfe

parent
4f1ff59839
commit
701746c102
@ -8,14 +8,6 @@
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
sizeContent();
|
||||
$(window).resize(sizeContent);
|
||||
|
||||
function sizeContent() {
|
||||
var newHeight = $(window).height() - 30;
|
||||
$("#sitehead").css("height", newHeight);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
}(jQuery));
|
Reference in New Issue
Block a user