If I add the following slide to the default presentation provided by the opens.js command, then the table will not be centered.
<section>
<p>This is centred</p>
<table>
<tr>
<td>This</td>
<td>is</td>
<td>not</td>
</tr>
</table>
</section>

I can fix this by adding to the padding, but then it depends on the size of the screen, and I worry that when I go to submit the screen will be a different size. Should there be a better way?
source
share