Line 135: | Line 135: | ||
} | } | ||
− | if ($(window).width() < | + | if ($(window).width() < 1200) { |
//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 < 1200) { |
//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 531: | Line 531: | ||
margin-top: 25px; | margin-top: 25px; | ||
line-height: none; | line-height: none; | ||
− | font-size: | + | font-size: 16px; |
color: white; | color: white; | ||
padding: 5px 15px; | padding: 5px 15px; |
Revision as of 13:38, 5 September 2019