Make MMC FEATUREs list table responsive.

This commit is contained in:
2025-09-12 03:42:33 +01:00
parent 2a57140401
commit a7115449a3

View File

@@ -16,8 +16,9 @@
return; return;
} }
<section class="stats-section"> <section>
<h4>MMC FEATUREs</h4> <h4>MMC FEATUREs</h4>
<div class="responsive-table-container">
<table class="table table-dark table-striped table-bordered mt-4 mb-4"> <table class="table table-dark table-striped table-bordered mt-4 mb-4">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
@@ -775,4 +776,5 @@
} }
</tbody> </tbody>
</table> </table>
</div>
</section> </section>