Revert "Fix bad background"

This reverts commit 8f543d1e68ce699ec94bd12dd7398d15e2a3c8bd.
This commit is contained in:
Georgy Litvinov 2021-04-01 00:25:47 +02:00
parent 6b9f00082e
commit 88e31fc4c7

View file

@ -34,6 +34,8 @@ body {
min-width: 700px; min-width: 700px;
max-width: 1920px; max-width: 1920px;
width: 100%; width: 100%;
background-size: 100%;
background: url(../images/header-image.png) center 0 no-repeat;
height: 200px; height: 200px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -510,8 +512,6 @@ hr.formDivider {
height: 200px; height: 200px;
margin: 0 auto; margin: 0 auto;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
background-size: 100%;
background: url(../images/header-image.png) center 0 no-repeat;
} }
/* BRANDING ------> */ /* BRANDING ------> */
h1.vivo-logo { h1.vivo-logo {