diff --git a/html/landing.ejs b/html/landing.ejs index 1a234724..bafac31a 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -166,8 +166,8 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
<% randomFeatures.forEach(feature => { %>
-
<%- feature.icon %>
-

<%- feature.title %>

+
<%- feature.icon %> + <%- feature.title %>

<%- feature.description %>

<% }) %>