Fix bad background
This commit is contained in:
parent
606701cd8c
commit
6b9f00082e
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,6 @@ 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;
|
||||
|
@ -512,6 +510,8 @@ 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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue