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:
Brock Whittaker 2017-08-30 11:39:38 -07:00 committed by Tim Abbott
parent a1a4af096f
commit 75a011e432
2 changed files with 7 additions and 1 deletions

View File

@ -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) {
.portico-landing.plans .price-box {
height: 500px !important;

View File

@ -84,7 +84,7 @@
</div>
<div class="block">
<div class="plan-title">
<div class="plan-title use-our-servers">
Use our servers
</div>