Skip to content

Commit 5afdf0c

Browse files
authored
Fix style (#8)
* Update selector * Use child div * Fix style
1 parent 9c38747 commit 5afdf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function createTableFromJSON(arr) {
77
divForTheTable.className = "gl-mb-3"
88

99
var table = document.createElement("table");
10-
table.style = "font-family:monospace;"
10+
table.style = "font-family:monospace; margin-top: 1rem;"
1111

1212
for (var i = 0; i < arr.length; i++) {
1313
tr = table.insertRow(-1);

0 commit comments

Comments
 (0)