portico: Fix the partial visibility of zulip-octopus on landing page.

The image zulip-octopus.png was not fully visible on the
landing-page due to lesser width thus resulting into an incomplete
image.
This commit is contained in:
Abhishek Kumar Singh 2019-03-15 04:01:10 +05:30 committed by Tim Abbott
parent ead9598fbe
commit 32853a565f
1 changed files with 1 additions and 1 deletions

View File

@ -2016,7 +2016,7 @@ nav ul li.active::after {
.portico-landing.hello .call-to-action-bottom .zulip-octopus {
margin: 130px auto 0 auto;
width: 30px;
width: 32px;
height: 30px;
background-image: url(/static/images/landing-page/zulip-octopus.png);
background-size: cover;