diff --git a/html/landing.ejs b/html/landing.ejs index bafac31a..3313897d 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -163,15 +163,14 @@ const features = [ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3); %> -
<% randomFeatures.forEach(feature => { %> -
-
<%- feature.icon %> +
+ +
<%- feature.icon %> <%- feature.title %>
-

<%- feature.description %>

-
- <% }) %> -
+

<%- feature.description %>

+ + <% }) %>
<%- include('./partials/card',