mirror of https://github.com/zulip/zulip.git
for-companies: Add margin to `.feature-end` text.
Avoids text sticking to border on narrow screens.
This commit is contained in:
parent
905de1fdba
commit
6835fe0eeb
|
@ -4446,6 +4446,10 @@ nav {
|
|||
.feature-end {
|
||||
margin-top: 50px;
|
||||
|
||||
.description {
|
||||
margin: 0 10px 0;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
|
@ -489,20 +489,22 @@
|
|||
|
||||
|
||||
<div class="feature-end">
|
||||
<h1>
|
||||
Make the move today
|
||||
</h1>
|
||||
<p>Getting started or moving from another platform is easy! Import your existing organization from <a href="/help/import-from-slack">Slack</a>, <a href="/help/import-from-mattermost">Mattermost</a>, <a href="/help/import-from-gitter">Gitter</a>, or <a href="/help/import-from-rocketchat"></a>Rocket.Chat.</p>
|
||||
<div class="description">
|
||||
<h1>
|
||||
Make the move today
|
||||
</h1>
|
||||
<p>Getting started or moving from another platform is easy! Import your existing organization from <a href="/help/import-from-slack">Slack</a>, <a href="/help/import-from-mattermost">Mattermost</a>, <a href="/help/import-from-gitter">Gitter</a>, or <a href="/help/import-from-rocketchat"></a>Rocket.Chat.</p>
|
||||
|
||||
<p>If you have any questions, please contact us at <a href="mailto:sales@zulip.com">sales@zulip.com</a>. You can also drop by our <a href="/developer-community/">friendly developer community at chat.zulip.org</a> to ask for help or suggest improvements!</p>
|
||||
<p>If you have any questions, please contact us at <a href="mailto:sales@zulip.com">sales@zulip.com</a>. You can also drop by our <a href="/developer-community/">friendly developer community at chat.zulip.org</a> to ask for help or suggest improvements!</p>
|
||||
|
||||
<div class="intro_quote">
|
||||
<blockquote>
|
||||
Zulip is everything Slack is, but it's smarter and more powerful.
|
||||
<div class="author">
|
||||
— <a href="https://www.theregister.com/2021/07/28/zulip_open_source_chat_collaboration_software/">Zulip review in <em>The Register</em></a>
|
||||
</div>
|
||||
</blockquote>
|
||||
<div class="intro_quote">
|
||||
<blockquote>
|
||||
Zulip is everything Slack is, but it's smarter and more powerful.
|
||||
<div class="author">
|
||||
— <a href="https://www.theregister.com/2021/07/28/zulip_open_source_chat_collaboration_software/">Zulip review in <em>The Register</em></a>
|
||||
</div>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-pricing">
|
||||
|
|
Loading…
Reference in New Issue