diff options
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index ac69edf..d0f5da0 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -5,7 +5,7 @@ <div class="ui vertical stripe segment" style="background-color: #dedede;"> <div class="ui container" style="padding-top: 2em; padding-bottom: 3em; font-size: 1.2em;"> <div class="ui centered grid"> - <div class="ui sixteen wide mobile twelve wide computer column"> + <div class="ui sixteen wide mobile twelve wide computer column" style="text-align: start;"> <div style="width: 100%; text-align: center;"> <img src="/static/scholar-vaporwave-logo.png" alt="{{ _("Internet Archive Scholar logo (vaporwave)") }}" style="max-width: 100%; margin-bottom: 1.5em;"> <form class="" id="search_form" action="{{ lang_prefix }}/search") }}" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> |