Fix plans manager on mobile

This commit is contained in:
Joseph Schorr 2015-01-12 12:35:06 -05:00
parent 2878fd28c6
commit 7d412a5b68
2 changed files with 17 additions and 12 deletions

View file

@ -1347,13 +1347,16 @@ i.toggle-icon:hover {
position: relative;
}
.plan-price:after {
content: "/ mo";
position: absolute;
bottom: 0px;
right: 20px;
font-size: 12px;
color: #aaa;
@media (min-width: 768px) {
.plan-price:after {
content: "/ mo";
position: absolute;
bottom: 0px;
right: 20px;
font-size: 12px;
color: #aaa;
}
}
.plans-list .plan .count {
@ -1516,9 +1519,6 @@ i.toggle-icon:hover {
right: 0px;
}
.landing-filter.signedin {
}
.landing-content {
z-index: 2;
}