Change 'font-weight-light' css class to newer 'fw-light'
This commit is contained in:
parent
ae3e854627
commit
a67e0d9a11
|
@ -76,7 +76,7 @@ permalink: /
|
|||
<div class="row">
|
||||
<div class="col">
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue