Line 135: | Line 135: | ||
} | } | ||
− | if ($(window).width() < | + | if ($(window).width() < 994) { |
//if the window is less than 700 wide then turn on footer as coloumn. | //if the window is less than 700 wide then turn on footer as coloumn. | ||
$('nav').addClass('black'); | $('nav').addClass('black'); | ||
Line 155: | Line 155: | ||
} | } | ||
− | if (windowsize < | + | if (windowsize < 994) { |
//if the window is less than 700 wide then turn on footer as coloumn. | //if the window is less than 700 wide then turn on footer as coloumn. | ||
$('nav').addClass('black'); | $('nav').addClass('black'); |
Revision as of 13:44, 5 September 2019