Make table responsive for web

This commit is contained in:
Brian Read 2024-06-06 16:52:17 +01:00
parent 0bc452c38a
commit 52c1bfba48

View File

@ -1,4 +1,7 @@
<!DOCTYPE html>
<!-- 1. Take out style for table for email
2. Switch "see in Browser" to "index" in web version
>
<html><head>
<meta charset="utf-8">
<title>SMEServer Mailstats</title>
@ -40,6 +43,7 @@
<br />
<h2>${title}</h2>
<br />
<div style="width:100%;overflow-x:auto;font-size:1.35cqw">
<table border="1">
<thead>
<tr>
@ -56,6 +60,7 @@
</tr>
</tbody>
</table>
</div>
<!---Add in sub tables here -->
<br />
<footer>${version}</footer>