diff options
author | Matthew Lemon <y@yulqen.org> | 2024-08-22 17:28:49 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-08-22 17:28:49 +0100 |
commit | ba481815f80d30cff248f06cf71556de9d6434b7 (patch) | |
tree | ec0015d62a2a492a53b330bc0d74968b22bdd980 /pyblackbird_cc/static/css/features.css | |
parent | 0aa87eee91afdc5345c04cf478b81c3911760b36 (diff) |
Adds basic pricing section and footer
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 */ |