Skip to content

Commit 37a73a4

Browse files
committed
break title
1 parent 1df8c5d commit 37a73a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/alternative.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 class="h1 mb-4">See the difference</h2>
8080
<div class="col-md-8">
8181
<div class="row row-cols-1 row-cols-md-3">
8282
<div class="col text-md-center pb-2 mb-4">
83-
<h3 class="h5 mb-2 mb-md-3">Kimai</h3>
83+
<h3 class="h5 mb-2 mb-md-3">Kimai <br>On-Premise</h3>
8484
<ul class="d-md-none list-unstyled">
8585
{% for feature_name in compare_features %}
8686
{% assign tmpValue = oss[feature_name] %}
@@ -93,7 +93,7 @@ <h3 class="h5 mb-2 mb-md-3">Kimai</h3>
9393
<a href="{% link _documentation/installation.md %}" class="btn btn-outline-primary w-100 w-md-auto">Install</a>
9494
</div>
9595
<div class="col text-md-center pb-2 mb-4">
96-
<h3 class="h5 mb-2 mb-md-3">Kimai Cloud</h3>
96+
<h3 class="h5 mb-2 mb-md-3">Kimai <br>Cloud</h3>
9797
<ul class="d-md-none list-unstyled">
9898
{% for feature_name in compare_features %}
9999
{% assign tmpValue = premium[feature_name] %}

0 commit comments

Comments
 (0)