moved style tag in commuiy/index.html to _junk-drawer.scss

This commit is contained in:
Madeleine Shang 2017-02-03 06:34:53 +00:00
parent cdf08aaf42
commit 682c068009
2 changed files with 5 additions and 7 deletions

View file

@ -6,13 +6,6 @@ description: pages.community.description
{% include hero/community.html %} {% include hero/community.html %}
<style>
.ctabox__image {
background-color: rgba(173,219,255,0.1);
}
</style>
<div class="page-community"> <div class="page-community">

View file

@ -439,3 +439,8 @@ a.blog_link {
clear:left; clear:left;
font:14px Helvetica,Arial,sans-serif; font:14px Helvetica,Arial,sans-serif;
} }
.ctabox__image {
background-color: rgba(173,219,255,0.1);
}