Skip to content

Commit

Permalink
Fix 2 lines in <p> cause missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Dec 16, 2024
1 parent a1cda48 commit a0c026b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/content/about.mtt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<section>
<div class="container">
<h1>About Heaps</h1>
<p class="lead">Heaps.io delivers fast iterations, real development power and multi-platform compilation with native access and minimal overhead.
The toolkit is flexible, open-source and free. It allows custom rendering pipelines for the graphics you need. Heaps.io is used in many Ludum Dare games but also by big game studios.
<p class="lead">
Heaps.io delivers fast iterations, real development power and multi-platform compilation with native access and minimal overhead. The toolkit is flexible, open-source and free. It allows custom rendering pipelines for the graphics you need. Heaps.io is used in many Ludum Dare games but also by big game studios.
</p>
</div>
</section>
Expand Down
6 changes: 2 additions & 4 deletions assets/content/index.mtt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<div class="container">
<h1>Cross platform graphics<br/>for high performance games</h1>
<p class="lead">
Heaps.io is a mature cross platform graphics engine designed for high performance games.
It is designed to leverage modern GPUs that are commonly available on both desktop and mobile devices.
Heaps.io is a mature cross platform graphics engine designed for high performance games. It is designed to leverage modern GPUs that are commonly available on both desktop and mobile devices.
</p>
</div>
</section>
Expand Down Expand Up @@ -141,8 +140,7 @@
<div class="col-2">&nbsp;</div>
<div class="col-5">
<h3>Open Source</h3>
<p>Heaps.io is free and open source, with a large and supportive community pushing its growth and evolution.
Feel free to contribute, test the latest build and don't forget to star us on Github!</p>
<p>Heaps.io is free and open source, with a large and supportive community pushing its growth and evolution. Feel free to contribute, test the latest build and don't forget to star us on Github!</p>

<p><a class="github-button" href="https://github.com/HeapsIO/heaps" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star HeapsIO/heaps on GitHub">Star</a></p>
</div>
Expand Down

0 comments on commit a0c026b

Please sign in to comment.