Skip to content

Commit c4e1afc

Browse files
committed
Fixed styling of the 'your idea here' project idea header
1 parent c3562be commit c4e1afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/project-ideas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 class="card-header project-idea-header"><a name="{{ idea._slug }}">{{ idea.t
4848
</div>
4949
{% endfor %}
5050
<div class="project-idea-card m-1 mb-4">
51-
<h2 class="card-header"><a name="your-idea">Your idea here</a></h5>
51+
<h2 class="card-header project-idea-header"><a name="your-idea">Your idea here</a></h5>
5252
<ul class="list-group list-group-flush">
5353
<li class="list-group-item">We are open to original ideas for projects that will help increase the utility of CC-licensed content, ease the process for creators applying CC licenses to their content, or improve CC's internal tools or processes. Please talk to us on the <code>#cc-gsoc</code> channel on Slack or via the mailing list to find a mentor for the project before submitting your proposal.</li>
5454
</ul>

0 commit comments

Comments
 (0)