Skip to content

Commit f806489

Browse files
committed
Update spacing on project ideas page
1 parent 3d0e96e commit f806489

File tree

2 files changed

+19
-39
lines changed

2 files changed

+19
-39
lines changed

themes/vocabulary_theme/templates/project-ideas.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,39 +53,39 @@ <h5 class="card-title"><a href="#original-ideas">Original Ideas</a></h5>
5353
</div>
5454
</div>
5555
</div>
56-
<div class="body container">
56+
<div class="body container content">
5757
{% for idea in ideas %}
5858
<div class="project-idea">
5959
<h2><a class="has-color-dark-slate-gray" name="{{ idea._slug }}">{{ idea.title }}</a></h2>
6060
<div class="columns">
6161
<div class="column is-one-quarter">
62-
<h5 class="label">Difficulty</h5>
63-
<p class="content">{{ idea.difficulty }}</p>
64-
<h5 class="label">Skills recommended</h5>
65-
<p class="content">{{ idea.skills_recommended }}</p>
66-
<h5 class="label">Mentors</h5>
67-
<p class="content">{{ idea.mentors }}</p>
62+
<h5>Difficulty</h5>
63+
<p>{{ idea.difficulty }}</p>
64+
<h5>Skills recommended</h5>
65+
<p>{{ idea.skills_recommended }}</p>
66+
<h5>Mentors</h5>
67+
<p>{{ idea.mentors }}</p>
6868
</div>
6969
<div class="column is-three-quarters">
70-
<h5 class="label">The Problem</h5>
71-
<p class="content">{{ idea.problem }}</p>
72-
<h5 class="label">Expected Outcome</h5>
73-
<p class="content">{{ idea.expected_outcome }}</p>
74-
<h5 class="label">Internship Tasks</h5>
75-
<p class="content">{{ idea.internship_tasks }}</p>
76-
<h5 class="label">Application Tips</h5>
77-
<p class="content">{{ idea.application_tips }}</p>
78-
<h5 class="label">Resources</h5>
79-
<p class="content">{{ idea.resources }}</p>
70+
<h5>The Problem</h5>
71+
<p>{{ idea.problem }}</p>
72+
<h5>Expected Outcome</h5>
73+
<p>{{ idea.expected_outcome }}</p>
74+
<h5>Internship Tasks</h5>
75+
<p>{{ idea.internship_tasks }}</p>
76+
<h5>Application Tips</h5>
77+
<p>{{ idea.application_tips }}</p>
78+
<h5>Resources</h5>
79+
<p>{{ idea.resources }}</p>
8080
</div>
8181
</div>
8282
<a href="#project-list" class="back-to-list"><i class="icon angle-up"></i> Back to the Project list</a>
8383
</div>
8484
{% endfor %}
8585
<div>
8686
<h2 class="b-header"><a name="original-ideas" class="has-color-dark-slate-gray">Original Ideas</a></h2>
87-
<p class="content padding-vertical-smaller">We are open to original ideas for documentation improvements.</p>
88-
<p class="content padding-vertical-smaller">Please talk to us on the <code>#cc-gsoc-outreachy</code> channel on Slack or via the mailing list to find a mentor for the project before submitting your proposal.</p>
87+
<p>We are open to original ideas for documentation improvements.</p>
88+
<p>Please talk to us on the <code>#cc-gsoc-outreachy</code> channel on Slack or via the mailing list to find a mentor for the project before submitting your proposal.</p>
8989
<a href="#project-list" class="back-to-list"><i class="icon angle-up"></i> Back to the Project list</a>
9090
</div>
9191
</div>

webpack/sass/main.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -553,26 +553,6 @@ code {
553553

554554
.column {
555555
@extend .padding-top-normal;
556-
557-
.label {
558-
@extend .b-header;
559-
@extend .padding-top-big;
560-
}
561-
562-
.content {
563-
@extend .body-normal;
564-
@extend .padding-top-small;
565-
}
566-
567-
li:before {
568-
content: "\ea02";
569-
font-family: "Vocabulary Icons";
570-
display: inline-block;
571-
font-size: 0.375rem;
572-
color: $color-gray;
573-
574-
@extend .padding-right-small;
575-
}
576556
}
577557

578558
&::after {

0 commit comments

Comments
 (0)