Change 'font-weight-light' css class to newer 'fw-light'

This commit is contained in:
Thomas Jensen 2022-07-01 15:06:47 +02:00 committed by GitHub
parent ae3e854627
commit a67e0d9a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ permalink: /
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h1 class="text-center fw-bold">{{ site.name }}</h1> <h1 class="text-center fw-bold">{{ site.name }}</h1>
{% if site.subtitle %}<h3 class="text-center font-weight-light">{{ site.subtitle }}</h3>{% endif %} {% if site.subtitle %}<h3 class="text-center fw-light">{{ site.subtitle }}</h3>{% endif %}
</div> </div>
</div> </div>