$(window).resize( function () {
width = $(window).width();
scrollTop = $(window).scrollTop();
- console.log("res" + scrollTop + " : " + width);
+// console.log("res" + scrollTop + " : " + width);
if(width > 319 && width < 641 ){
$(page_front).css("padding-top", "200px");
} else if(width > 639 && width < 1025){
$(window).resize( function () {
width = $(window).width();
scrollTop = $(window).scrollTop();
- console.log("res" + scrollTop + " : " + width);
+// console.log("res" + scrollTop + " : " + width);
if(width > 319 && width < 641 ){
$(page_front).css("padding-top", "200px");
} else if(width > 639 && width < 1025){