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