logo shrinked

This commit is contained in:
Timm Szigat
2014-10-27 19:27:54 +01:00
parent f241e1a585
commit 26753126b1
5 changed files with 9 additions and 11 deletions

View File

@ -9,7 +9,7 @@
function initHeader() {
width = window.innerWidth;
height = 500;
height = 300;
target = {x: width/2, y: height/2};
largeHeader = document.getElementById('large-header');
@ -98,7 +98,7 @@
function resize() {
width = window.innerWidth;
height = 500;
height = 300;
largeHeader.style.height = height+'px';
canvas.width = width;
canvas.height = height;