mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 23:34:40 -05:00
add h2
This commit is contained in:
parent
dfe5608681
commit
cad92a9ad2
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
|
||||||
<div class="feature-set">
|
<div class="feature-set">
|
||||||
|
|
||||||
<div class="feature-set-title"><%- feature.icon %>
|
<div class="feature-set-title"><%- feature.icon %>
|
||||||
<%- feature.title %> </div>
|
<h2><%- feature.title %></h2>
|
||||||
|
</div>
|
||||||
<p><%- feature.description %></p></div>
|
<p><%- feature.description %></p></div>
|
||||||
|
|
||||||
<% }) %>
|
<% }) %>
|
||||||
|
|
Loading…
Reference in a new issue