diff --git a/app.js b/app.js index 40ebfc3..42bde3c 100644 --- a/app.js +++ b/app.js @@ -14,17 +14,19 @@ document.addEventListener("DOMContentLoaded", function () { card.className = 'col-md-11 col-lg-12 col-xl-11'; card.innerHTML = ` -
-

${mod['display-name']}

-

Author : 

- -  ${mod.author}  - -

${mod.description}

- -
- View Files - Download +
+
+

${mod['display-name']}

+

Author : 

+ +  ${mod.author}  + +

${mod.description}

+ +
`;