From 00fd3325e1b6af4d98df4ce6885495b314c30b1e Mon Sep 17 00:00:00 2001 From: radmanplays <95340057+radmanplays@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:51:24 +0330 Subject: [PATCH] Update app.js --- app.js | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/app.js b/app.js index 42bde3c..40ebfc3 100644 --- a/app.js +++ b/app.js @@ -14,19 +14,17 @@ 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}

- - +
+

${mod['display-name']}

+

Author : 

+ +  ${mod.author}  + +

${mod.description}

+ +
`;