Fixed CSS, Made Table header smaller - fixes #30

This commit is contained in:
FallenGravity
2019-10-17 17:58:34 +02:00
parent 1cc838d2d1
commit 0b906d9c5c

View File

@@ -152,9 +152,9 @@
<!-- Table of hashes -->
<div class="row">
<div class="col s12">
<div class="card">
<center><h2 style="color: white; background: #212529;">ETHOFS HOSTING CONTRACTS</h2></center>
</div>
<center>
<h4 style="color: white; background: #212529;">ETHOFS HOSTING CONTRACTS</h4>
</center>
<div class="responsive-table">
<table class="responsive-table">
<thead>
@@ -668,8 +668,7 @@
</div>
</div>
</div>
<!-- END MODAL -->
</section>
<!-- END -->
<script>
if (typeof module === 'object') {
@@ -698,5 +697,3 @@
if (window.module)
module = window.module;
</script>
</div>