scroll table for phones

trunk
vilmibm 2021-08-06 18:44:37 +00:00
parent 8e0b9bc378
commit 8b299254de
2 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<span>is a computer meant for sharing</span>
</section>
<section id="summary">
<div id="table-container">
<table>
<tr>
<td>
@ -77,6 +78,7 @@
</td>
</tr>
</table>
</div>
</section>
<div id="weird-boxes">

View File

@ -19,6 +19,14 @@ div#tildes {
letter-spacing:.75em;
}
#table-container {
overflow:auto;
}
table {
overflow-x: scroll;
}
section {
font-family: monospace;
background-color: black;