From 88e31fc4c764ae965aa73fb6ba8f615e8e81d511 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 1 Apr 2021 00:25:47 +0200 Subject: [PATCH] Revert "Fix bad background" This reverts commit 8f543d1e68ce699ec94bd12dd7398d15e2a3c8bd. --- webapp/src/main/webapp/themes/iph/css/iph.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index a2e72e5bd..f66929634 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -34,6 +34,8 @@ body { min-width: 700px; max-width: 1920px; width: 100%; + background-size: 100%; + background: url(../images/header-image.png) center 0 no-repeat; height: 200px; display: flex; flex-direction: column; @@ -510,8 +512,6 @@ hr.formDivider { height: 200px; margin: 0 auto; padding: 0px 0px 0px 0px; - background-size: 100%; - background: url(../images/header-image.png) center 0 no-repeat; } /* BRANDING ------> */ h1.vivo-logo {