Use new background image for /hello.

(imported from commit 06174760ee28a4c6b323f5c7e66cb20a50709d2a)
This commit is contained in:
Waseem Daher 2014-03-13 11:11:32 -04:00 committed by Leo Franchi
parent 86ff8cdd8c
commit c09b6914ba
1 changed files with 5 additions and 2 deletions

View File

@ -413,7 +413,10 @@ input.text-error {
}
.main-headline {
background-color: white;
background-color: #bad2fa;
background: url("/static/images/landing-page/gg.jpg");
background-position: center;
background-size: cover;
}
@ -573,7 +576,7 @@ a.bottom-signup-button {
.register-page-container,
.portico-page-container,
.api-page-container {
padding-top: 41px !important;
padding-top: 40px !important;
}
.hello-footer {