Skip to content

Commit cc4ac8c

Browse files
Merge pull request #299 from SylviaUzoh1/feature/add-descriptive-section
Add Descriptive Section to CC Search About Page
2 parents eb76a41 + d4a804f commit cc4ac8c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/assets/css/style.css

+11
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@
4747
outline: 2px solid #686666;
4848
}
4949

50+
.body-search-description {
51+
margin-top: 20px;
52+
margin: 0 auto;
53+
max-width: 943px;
54+
}
55+
56+
.body-search-description p {
57+
font-size: 13px;
58+
margin-bottom: 8px;
59+
}
60+
5061
.search-button {
5162
padding: 14px;
5263
width: 100%; /* Full width on small screens */

src/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ <h3>Find content you can share, use, and remix.</h3>
158158
placeholder="Enter your search query" />
159159
<button class="search-button">Search</button>
160160
</div>
161+
<div class="body-search-description" role="contentinfo">
162+
<p>
163+
The Search Portal helps you search CC licensed works across multiple platforms.
164+
</p>
165+
</div>
161166
<div
162167
class="search-checkbox"
163168
style="display: none">

0 commit comments

Comments
 (0)