Skip to content

Commit 3f91d31

Browse files
committed
fixup! add guidance
1 parent 03c2e2d commit 3f91d31

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

themes/rusted/static/css/_homepage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
.subtext {
1111
margin-left: 50px;
1212
margin-right: 50px;
13+
text-align: center;
1314
}

themes/rusted/static/css/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ body > footer {
7373

7474
.stork-close-button {
7575
right: 15px;
76-
top: 87px;
76+
top: 149px;
7777
bottom: unset;
7878
}
7979

themes/rusted/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ <h1 class="pitch">Handpicked Rust updates, <br /> delivered to your inbox.</h1>
3131
<ul class="list-unstyled search">
3232
<li class="nav-header disabled"><h2>Search</h2></li>
3333
<div>
34+
<p class="subtext">Generic or unspecific search terms may result in unhelpful results - there is currently no exact matching on phrases.</p>
3435
<input data-stork="sitesearch" class="form-control"/>
3536
<div data-stork="sitesearch-output"></div>
3637

0 commit comments

Comments
 (0)