diff options
Diffstat (limited to 'pyblackbird_cc/static/css/features.css')
-rw-r--r-- | pyblackbird_cc/static/css/features.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/features.css b/pyblackbird_cc/static/css/features.css index 27a2149..d802672 100644 --- a/pyblackbird_cc/static/css/features.css +++ b/pyblackbird_cc/static/css/features.css @@ -5,6 +5,9 @@ border-width: 1px 0; box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); } +.pricing-header { + max-width: 700px; +} .feature-divider { height: 1px; /* Thin line */ |