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,6 +489,7 @@
|
|||
|
||||
|
||||
<div class="feature-end">
|
||||
<div class="description">
|
||||
<h1>
|
||||
Make the move today
|
||||
</h1>
|
||||
|
@ -504,6 +505,7 @@
|
|||
</div>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-pricing">
|
||||
<div class="pricing-model">
|
||||
|
|
Loading…
Reference in New Issue