diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-11 11:12:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:36:59 -0700 |
commit | 12c3709cf29400f470188976f9428cbf54da9e56 (patch) | |
tree | 8bf60fd120f54e48965c3badba4b64082d779399 /python | |
parent | 8a3a0d69caf9502ea1d83bf3964faf6a3c9ed77b (diff) | |
download | fatcat-12c3709cf29400f470188976f9428cbf54da9e56.tar.gz fatcat-12c3709cf29400f470188976f9428cbf54da9e56.zip |
query hint text; space numbers better
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/home.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index afaab559..0e48655e 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -18,7 +18,7 @@ <meta itemprop="target" content="https://{{ config.FATCAT_DOMAIN }}/search?q={q}"/> <div class="ui form"> <div class="ui action input huge fluid"> - <input type="text" placeholder="Query..." name="q" aria-label="search metadata" required itemprop="query-input"> + <input type="text" placeholder="by title, authors, identifiers..." name="q" aria-label="search metadata" required itemprop="query-input"> <button class="ui green button">Search</button> </div> </div> @@ -29,13 +29,13 @@ <div class="ui vertical stripe segment"> <div class="ui centered grid"> <div class="row"> - <div class="three wide center aligned column"> + <div class="four wide mobile three wide center aligned column"> <h4>81,115,372<br>Papers</h4> </div> - <div class="three wide center aligned column"> - <h4>16,071,778<br>Preserved</h4> + <div class="four wide mobile three wide center aligned column"> + <h4>16,071,778<br>Fulltext</h4> </div> - <div class="three wide center aligned column"> + <div class="four wide mobile three wide center aligned column"> <h4>108,801<br>Journals</h4> </div> </div> |