Skip to content

Commit

Permalink
make frontpage header more narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Nov 5, 2024
1 parent 0c69f83 commit 0380385
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions templates/semantic-ui/invenio_app_rdm/header_frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@

{%- block frontpage_search %}
<div id="frontpage-search-bar" class="ui container fluid frontpage-header">
<div class="ui container grid rel-mt-2">
<div class="ui container grid">
<div class="row">
<div class="four column centered center aligned">
<div class="sixteen wide mobile four wide computer column"></div>
<div class="sixteen wide mobile eight wide computer column centered">
{%- block frontpage_title %}
<h1 class="ui center aligned header inverted">
<h1 class="ui left aligned header inverted">
{{ _(config.THEME_FRONTPAGE_TITLE) }}
<div class="sub header left aligned">{{ _(config.THEME_FRONTPAGE_SUBTITLE) }}</div>
<div class="sub header">{{ _(config.THEME_FRONTPAGE_SUBTITLE) }}</div>
</h1>
</div>
<div class="sixteen wide mobile four wide computer column"></div>
</div>
{%- endblock frontpage_title %}
{%- block frontpage_form %}
Expand Down

0 comments on commit 0380385

Please sign in to comment.