Switch tables from fixed width to overflow width.
This commit is contained in:
parent
03cfddc4cd
commit
7c54e80c4e
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Inference -->
|
<!-- Copyright 2022 Inference -->
|
||||||
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
|
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
|
||||||
|
|
||||||
<!-- 0.4.1.9 -->
|
<!-- 0.5.1.11 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -62,6 +62,7 @@
|
|||||||
<!-- Hardware I use as production hardware on a daily basis. -->
|
<!-- Hardware I use as production hardware on a daily basis. -->
|
||||||
<h3>Hardware I Use</h3>
|
<h3>Hardware I Use</h3>
|
||||||
<h4>Smartphone</h4>
|
<h4>Smartphone</h4>
|
||||||
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="table-title">Type</td>
|
<td class="table-title">Type</td>
|
||||||
@ -155,11 +156,13 @@
|
|||||||
>support lifecycles of 3 years</a>.</td>
|
>support lifecycles of 3 years</a>.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<!-- Software I use as production software on a daily basis. -->
|
<!-- Software I use as production software on a daily basis. -->
|
||||||
<h3>Software I Use</h3>
|
<h3>Software I Use</h3>
|
||||||
<h4>Desktop</h4>
|
<h4>Desktop</h4>
|
||||||
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="table-title">Type</td>
|
<td class="table-title">Type</td>
|
||||||
@ -228,7 +231,9 @@
|
|||||||
(BSD 3-Clause)</td>
|
(BSD 3-Clause)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<h4>Smartphone</h4>
|
<h4>Smartphone</h4>
|
||||||
|
<div style="overflow-x:auto;">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="table-title">Type</td>
|
<td class="table-title">Type</td>
|
||||||
@ -354,6 +359,7 @@
|
|||||||
(GPLv3-only)</td>
|
(GPLv3-only)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user