Browse Source

Attempt to fix margins

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
8c427866a1
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -313,7 +313,7 @@ async function generateRound(message) {
} }
}); });
let i; let i;
let finalizedHTML = '<html><body style="width: 70%;"><h4 style="text-align: center; text-decoration: underline overline; padding: 7px;">ROUND GENERATED BY AWESOMESCIBO USING THE SCIBOWLDB API</h4>'; let finalizedHTML = '<html><body style="width: 70%; margin-left: auto; margin-right: auto;"><h4 style="text-align: center; text-decoration: underline overline; padding: 7px;">ROUND GENERATED BY AWESOMESCIBO USING THE SCIBOWLDB API</h4>';
for (i = 1; i < 26; i++) { for (i = 1; i < 26; i++) {
let tossup_question; let tossup_question;
let question_category; let question_category;

Loading…
Cancel
Save