Skip to content

Commit

Permalink
Don't skip heading levels
Browse files Browse the repository at this point in the history
But we still style it a bit smaller than default.
  • Loading branch information
friedelwolff committed Aug 14, 2024
1 parent 3385f8a commit 5b503f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/app/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1 id="main-heading" class="visually-hidden">{% trans "Home page" %}</h1>
<section class="m-3 card">
<div class="card-body limit-text-width">
<h5 class="card-title">{% trans "Welcome" %}</h5>
<h2 class="fs-3 card-title">{% trans "Welcome" %}</h2>
<p>
{% blocktrans trimmed %}
The South African Centre for Digital Language Resources (SADiLaR) is a national research
Expand Down Expand Up @@ -36,7 +36,7 @@ <h5 class="card-title">{% trans "Welcome" %}</h5>
<section class="m-3 card">
<div class="card-body d-flex justify-content-between align-items-end">
<div class="card-items">
<h5 class="card-title">{% trans "Search" %}</h5>
<h2 class="fs-3 card-title">{% trans "Search" %}</h2>
<p>
{% blocktrans trimmed %}
This platforms hosts terminology and other useful language resources.
Expand All @@ -55,7 +55,7 @@ <h5 class="card-title">{% trans "Search" %}</h5>

<section class="m-3 card">
<div class="card-body">
<h5 class="card-title">{% trans "Explore" %}</h5>
<h2 class="fs-3 card-title">{% trans "Explore" %}</h2>
<p>
{% trans "Browse through the available information by one of the following categories:" %}
</p>
Expand Down

0 comments on commit 5b503f3

Please sign in to comment.