mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
moved style tag in commuiy/index.html to _junk-drawer.scss
This commit is contained in:
parent
cdf08aaf42
commit
682c068009
2 changed files with 5 additions and 7 deletions
|
@ -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">
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue