Skip to content

Commit 7ae9aa7

Browse files
committed
Update spacing on cc-search roadmap
1 parent f806489 commit 7ae9aa7

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

themes/vocabulary_theme/templates/search_roadmap.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>{{ this.title }}</h1>
88
<p class="description column is-9 is-paddingless">The largest open source product in CC’s portfolio is CC Search: a search engine for CC licensed and public domain creative works.</p>
99
</div>
1010
</div>
11-
<div class="body container">
11+
<div class="body container content">
1212
<p>The product involves the following components:</p>
1313
<ul>
1414
<li><b>CC Catalog</b>, where CC licensed and public domain works are ingested. [<a href="https://github.com/creativecommons/cccatalog">GitHub Repo</a>]</li>
@@ -17,10 +17,10 @@ <h1>{{ this.title }}</h1>
1717
</ul>
1818
<p>CC Catalog ingests and processes CC licensed and public domain works, then makes that data available to CC Catalog API. CC Catalog API is publicly accessible, and is used to serve the data from the catalog to CC Search.</p>
1919

20-
<h3 class="padding-vertical-normal">What Are We Up To?</h3>
20+
<h3>What Are We Up To?</h3>
2121
<p>The highlights on our roadmap for the current and upcoming quarters are as follows:</p>
2222
{% for quarter in bag('search_roadmap.quarters') %}
23-
<h4 class="padding-vertical-normal">{{ quarter.name }}</h4>
23+
<h4>{{ quarter.name }}</h4>
2424
<div class="table-container">
2525
<table class="table is-bordered is-striped">
2626
<thead>
@@ -41,8 +41,8 @@ <h4 class="padding-vertical-normal">{{ quarter.name }}</h4>
4141
</div>
4242
{% endfor %}
4343
<p>Review our Pipeline of Future Ideas <a href="https://docs.google.com/document/d/1qAZu1_ZltfdVylH6WkWcp5_mBAPa5ilflHWUc7zbIgk/edit#">here</a> if you want to see what else has been suggested for CC Search.</p>
44-
<h3 class="padding-vertical-normal">How Can I Help?</h3>
45-
<h4 class="padding-vertical-normal">Contribute Code</h4>
44+
<h3>How Can I Help?</h3>
45+
<h4>Contribute Code</h4>
4646
<p>To contribute code, take the following steps:</p>
4747
<ul>
4848
<li>
@@ -70,7 +70,7 @@ <h4 class="padding-vertical-normal">Contribute Code</h4>
7070
<dd>&bull; There are two columns with “Ready for Work” tickets. If they’re not blocked or marked as CC Staff only, we welcome your contribution.</dd>
7171
</dl>
7272

73-
<h4 class="padding-vertical-normal">Contribute Design</h4>
73+
<h4>Contribute Design</h4>
7474
<p>There are two ways you can show your interest in contributing to the design of CC Search:</p>
7575
<ul>
7676
<li>Follow <a href="https://opensource.creativecommons.org/contributing-code/cc-search/">the steps for suggesting a new feature for CC Search</a></li>
@@ -79,7 +79,7 @@ <h4 class="padding-vertical-normal">Contribute Design</h4>
7979

8080
<p>Before you start work on any design project, get familiar with <a href="https://www.figma.com/file/l4Mt3dn3Ndtrvrb4aLcwXI/Design-Library?node-id=1433%3A0">our design library in Figma</a>. All CC Search designs use this design library.</p>
8181

82-
<h4 class="padding-vertical-normal">Participate in Usability Tests and User Interviews</h4>
82+
<h4>Participate in Usability Tests and User Interviews</h4>
8383
<p>When we’re rolling out a specific feature, we do usability tests to test the proposed experience.</p>
8484
<p>At any point in time, we’re engaging with our users through user interviews, where we learn more about attitudes towards the product as it stands, and dig into expansion areas we’re considering.</p>
8585
<p>If you’re interested, we invite you to sign up for a time <a href="https://calendly.com/cc-product-design/usability-test-30">via this Calendly link</a>.</p>

webpack/sass/main.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -591,18 +591,5 @@ code {
591591
@extend .padding-horizontal-big;
592592
@extend .padding-top-xl;
593593
@extend .padding-bottom-xxl;
594-
@extend .body-bigger;
595-
596-
line-height: 1.8125;
597-
598-
li:before {
599-
content: "\ea02";
600-
font-family: "Vocabulary Icons";
601-
display: inline-block;
602-
font-size: 0.375rem;
603-
color: $color-gray;
604-
605-
@extend .padding-right-small;
606-
}
607594
}
608595
}

0 commit comments

Comments
 (0)