Template:Templates/head
From 2014.igem.org
(Difference between revisions)
Line 28: | Line 28: | ||
var splash = $('#splash-wrapper'); | var splash = $('#splash-wrapper'); | ||
if(splash.width <= 1040 || window.innerHeight > window.innerWidth) { | if(splash.width <= 1040 || window.innerHeight > window.innerWidth) { | ||
- | splash.height(Math.floor(splash.width() / 1.6) - | + | splash.height(Math.floor(splash.width() / 1.6) -20); |
} | } | ||
Revision as of 18:36, 17 October 2014