You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _layouts/docs.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
<divclass="col-lg-3">
7
7
<divclass="card shadow my-lg-5 ms-lg-5 me-1">
8
8
<divclass="card-body mx-2">
9
-
<h3class="card-title">
9
+
<h1class="card-title fs-3">
10
10
{{ page.title }}
11
-
</h3>
11
+
</h1>
12
12
<divclass="card-text g-0">
13
13
<p><em>This documentation is for a stable release version of Kroxylicious. For the documentation from the latest development version of Kroxylicious, <ahref="{{ '/kroxylicious' | relative_url }}">click here</a>.</small></em></p>
<ahref="{{site.baseurl}}/overview/" alt="What Kroxylicious is and how does it work?" type="button" class="btn btn-light btn-lg px-4 gap-3">What is it?</a>
@@ -24,7 +24,7 @@ <h1 class="fw-bold text-body-emphasis lh-1 mb-3">Kroxylicious, the snappy open s
0 commit comments