logo shrinked
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user