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