mirror of https://github.com/zulip/zulip.git
portico: Remove unused CSS from why-zulip page.
This commit is contained in:
parent
bce77c13ac
commit
ee1f87494d
|
@ -2320,18 +2320,6 @@ nav ul li.active::after {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.why-zulip-padded-content {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
#why-zulip-hero {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
#cartoon-caption {
|
||||
margin-top: -45px;
|
||||
}
|
||||
|
||||
/* -- hello page styling -- */
|
||||
.portico-landing.hello .apps .screen {
|
||||
display: inline-block;
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
{% include 'zerver/landing_nav.html' %}
|
||||
|
||||
<div class="portico-landing why-page">
|
||||
<div class="hero small-hero" id="why-zulip-hero">
|
||||
<div class="hero small-hero">
|
||||
<h1 class="center">{% trans %}Why Zulip?{% endtrans %}</h1>
|
||||
</div>
|
||||
<div class="main">
|
||||
<div class="padded-content why-zulip-padded-content">
|
||||
<div class="padded-content">
|
||||
<div class="inner-content">
|
||||
{{ render_markdown_path('zerver/why-zulip.md') }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue