Skip to content

Commit c76e144

Browse files
committed
added a main div around the content and added a classname
1 parent b27ffbe commit c76e144

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

themes/vocabulary_theme/templates/project-ideas.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h1>Open Source Work Programs: Project Ideas</h1>
2222
</div>
2323
</header>
2424

25+
<div class="content main-content">
2526
<article class="projects">
2627
<h2>Current Programs</h2>
2728
<p>Here are some highlighted projects currently underway:</p>
@@ -42,7 +43,7 @@ <h3><a href="#original-ideas">Original Ideas</a></h3>
4243
</ul>
4344
</article>
4445

45-
<div class="content">
46+
<div>
4647
{% for idea in ideas %}
4748
<h2><a name="{{ idea._slug }}">{{ idea.title }}</a></h2>
4849
<div class="project-container">
@@ -78,4 +79,5 @@ <h2 class="b-header"><a name="original-ideas">Original Ideas</a></h2>
7879
<a href="#project-list"><i></i> Back to the Project list</a>
7980
</div>
8081
</div>
82+
</div>
8183
{% endblock %}

0 commit comments

Comments
 (0)