Use the download table style on the docs page (center 80%),
and have them both expand to 100% on mobile.
<center><b>Documentation</b></center>
<br>
-<table border=0 width="100%">
+<center><table border=0 id="docs">
<tr class="inverted">
<td width="25%">
<center>Document Name</center>
<td>General description of noteworthy things in each release.</td>
</tr>
-</table>
+</table></center>
<?php include "bottom.php"; ?>
<center><b>Downloading GNU nano</b></center>
<br>
-<center><table border=0 width="80%">
+<center><table border=0 id="download">
<tr class="inverted">
<td>Description</td>
<td>Links</td>
padding-right: 1ch;
}
+table#docs,
+table#download {
+ width: 80%;
+}
+
/* Mobile (i.e. phones) */
@media only screen and (max-width: 768px) {
body {
padding-left: 0.5ch;
padding-right: 0.5ch;
}
+
+table#docs,
+table#download {
+ width: 100%;
+}
}