diff options
author | TheInventrix <TheInventrix@users.noreply.github.com> | 2017-08-07 17:50:15 -0600 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-08 01:50:15 +0200 |
commit | c9fd6f386c5ae0938f1f9c2d1134508e66231e23 (patch) | |
tree | 3d880ce8e4b487e0cba8eb964e64bad971b5c0e1 /app/javascript/styles | |
parent | 1b5d26735e46719eba4dac4b79719460d7bbba63 (diff) |
unify short description styling (#4548)
apply same style class to the About description on both the landing page and the about/more page
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/about.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index d409c8214..62143246f 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -484,7 +484,7 @@ padding: 0; } - .learn-more-cta { + .about-short { background: darken($ui-base-color, 4%); padding: 50px 0; } |