Issue #2: Styling issues after Bootstrap 5 update
This commit is contained in:
parent
21cacd0443
commit
ae3e854627
|
@ -132,6 +132,7 @@ footer {
|
|||
}
|
||||
a {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
|
|
|
@ -75,7 +75,7 @@ permalink: /
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1 class="text-center font-weight-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 %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue