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 {
|
.feature-end {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|
||||||
|
.description {
|
||||||
|
margin: 0 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -489,6 +489,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="feature-end">
|
<div class="feature-end">
|
||||||
|
<div class="description">
|
||||||
<h1>
|
<h1>
|
||||||
Make the move today
|
Make the move today
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -504,6 +505,7 @@
|
||||||
</div>
|
</div>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="feature-pricing">
|
<div class="feature-pricing">
|
||||||
<div class="pricing-model">
|
<div class="pricing-model">
|
||||||
|
|
Loading…
Reference in New Issue