diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 0f1d94ff..5ebbbc34 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -27,6 +27,13 @@ body { margin: 0 auto; } body { + position: absolute; + top: 0px; + left: 0px; + min-width: 700px; + max-width: 1920px; + width: 100%; + background-size: 100%; background: url(../images/header-image.png) center 0 no-repeat; height: 200px; }