mirror of https://github.com/zulip/zulip.git
Use new background image for /hello.
(imported from commit 06174760ee28a4c6b323f5c7e66cb20a50709d2a)
This commit is contained in:
parent
86ff8cdd8c
commit
c09b6914ba
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue