From 82a6cd82a6a1cb81af532d09c04a32a82b162f2b Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 18 Aug 2016 16:56:36 +0100 Subject: [PATCH] Minor tweaks in the features list. --- .../web/public/stylesheets/app/plans.less | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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;