add w3-responsive to table
This commit is contained in:
parent
fb6395f094
commit
90193b3cf4
@ -20,7 +20,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<main class="w3-container">
|
<main class="w3-container">
|
||||||
<h2>Account</h2>
|
<h2>Account</h2>
|
||||||
<table id="resource-table" class="w3-table w3-table-all">
|
<table id="resource-table" class="w3-table w3-table-all w3-responsive">
|
||||||
<thead style="background-color: black; color: white;">
|
<thead style="background-color: black; color: white;">
|
||||||
<tr style="background-color: black; color: white;">
|
<tr style="background-color: black; color: white;">
|
||||||
<th style="background-color: black; color: white;">Resource Type</th>
|
<th style="background-color: black; color: white;">Resource Type</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user