mirror of https://github.com/zulip/zulip.git
Change the second plans block label to dark grey.
This changes the second plans block label to dark grey responsively when the width is less than 1390px because the white text does not appear on that portion of the white background when the block collapses down a line.
This commit is contained in:
parent
a1a4af096f
commit
75a011e432
|
@ -2589,6 +2589,12 @@ nav ul li.active::after {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1390px) {
|
||||||
|
.portico-landing.plans .pricing-container .block .use-our-servers {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1376px) {
|
@media (max-width: 1376px) {
|
||||||
.portico-landing.plans .price-box {
|
.portico-landing.plans .price-box {
|
||||||
height: 500px !important;
|
height: 500px !important;
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<div class="plan-title">
|
<div class="plan-title use-our-servers">
|
||||||
Use our servers
|
Use our servers
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue