diff --git a/services/web/public/stylesheets/app/plans.less b/services/web/public/stylesheets/app/plans.less index c375052394..b830db9b23 100644 --- a/services/web/public/stylesheets/app/plans.less +++ b/services/web/public/stylesheets/app/plans.less @@ -89,8 +89,27 @@ .small { font-size: 12px; } + } +.feature { + margin-top: (@line-height-computed / 2); + margin-bottom: (@line-height-computed / 1.5); +} + +.features-check, +.features-copy { + display: inline-block; + width: 12%; + line-height: 1.4; + vertical-align: top; +} + +.features-copy { + width: 88%; +} + + .plansPageStudentLink { margin-left: 20px; margin-top: 20px;