mirror of https://github.com/zulip/zulip.git
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:
parent
ead9598fbe
commit
32853a565f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue