Skip to content

Commit a439b8e

Browse files
authored
Merge branch 'main' into fix-issue/228
2 parents e4d1e79 + cc4ac8c commit a439b8e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/assets/css/style.css

Lines changed: 11 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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)