Centre table, ignoring page margins

Fixes #4.
This commit is contained in:
Florine W. Dekker 2020-04-10 18:28:49 +02:00
parent 76fc249adf
commit 13474827d5
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 15 additions and 10 deletions

View File

@ -25,6 +25,11 @@
/***
* Table
**/
#networkTableForm {
/* Center table */
width: 100%;
}
#networkTable {
/* Center table */
margin: 0 auto;
@ -166,16 +171,16 @@
</form>
</div>
</div>
</section>
<!-- Output -->
<div class="row">
<div class="column">
<div id="messages"></div>
<form id="networkTableForm">
<table id="networkTable"></table>
</form>
</div>
</div>
<!-- Output -->
<section> <!-- No `container` class to allow use of whole page -->
<hr />
<div id="messages"></div>
<form id="networkTableForm">
<table id="networkTable"></table>
</form>
<hr />
</section>
@ -187,7 +192,7 @@
<a href="https://git.fwdekker.com/FWDekker/interlanguage-checker/src/branch/master/LICENSE">MIT License</a>.
Source code available on <a href="https://git.fwdekker.com/FWDekker/interlanguage-checker/">git</a>.
<div style="float: right;">v1.0.3</div>
<div style="float: right;">v1.0.4</div>
</section>
</footer>
</main>