diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 16:30:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 16:30:14 -0700 |
commit | b6866c2c2bbcd5501e9d3fe073adfa65e5464aa0 (patch) | |
tree | 9c52e0cb51f2b29b944753a4f6874e9ded5286c4 /fatcat_scholar/templates/home.html | |
parent | 3e5a27fa17877efa9d6acfac132edb5cfa14af96 (diff) | |
download | fatcat-scholar-b6866c2c2bbcd5501e9d3fe073adfa65e5464aa0.tar.gz fatcat-scholar-b6866c2c2bbcd5501e9d3fe073adfa65e5464aa0.zip |
mobile CSS/style changes, and other small UI tweaks
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 2092326..66e216f 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -1,11 +1,11 @@ {% extends "base.html" %} -{% block fullmain %} +{% block fullbody %} <div class="ui vertical stripe segment" style="background-color: #dedede;"> - <div class="ui container" style="padding: 3em;"> + <div class="ui container" style="padding-top: 3em; padding-bottom: 3em;"> <div class="ui centered grid"> - <div class="ui fourteen wide column"> + <div class="ui sixteen wide mobile twelve wide computer column"> <div style="width: 100%; text-align: center;"> <h1>Search Inside Millions of Research Papers</h1> <br> @@ -29,7 +29,7 @@ </div> <div class="ui container" style="padding: 1em; margin-top: 2em;"> - <div class="ui four cards"> + <div class="ui four doubling cards"> <div class="ui card"> <a class="image" href="https://web.archive.org/web/20171006225602/https://burnstrauma.biomedcentral.com/track/pdf/10.1186/s41038-017-0090-z?site=burnstrauma.biomedcentral.com"> |