From cd60e697976426f5b0285ec74abcf424a05efad4 Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Tue, 2 Feb 2021 22:49:43 +0100 Subject: [PATCH] Added settings for header image proportionally scaling. --- webapp/src/main/webapp/themes/iph/css/iph.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 0f1d94ffd..5ebbbc347 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; }