diff --git a/scripts/people.js b/scripts/people.js index ce102d3..a17ea43 100644 --- a/scripts/people.js +++ b/scripts/people.js @@ -54,9 +54,10 @@ class People {

Gender :

${this.gender}

- - -
+
+ +
+
`; diff --git a/scripts/planetes.js b/scripts/planetes.js index d1c809a..0aa0bef 100644 --- a/scripts/planetes.js +++ b/scripts/planetes.js @@ -34,7 +34,7 @@ async function getPlanets() {

Rotation :

${ROTATION_PERIOD}

-
+

ORBITAL :

${ORBITAL_PERIOD}

@@ -212,7 +212,7 @@ function searchPeople() {

Rotation :

${results[i].rotation}

-
+

ORBITAL :

${results[i].orbital}