fix: tables on mobile

This commit is contained in:
Devin Haska 2025-01-25 22:30:54 -08:00
parent 2b364b1e5e
commit c81336af94
2 changed files with 94 additions and 87 deletions

View file

@ -0,0 +1,3 @@
.table-wrapper {
overflow-x: auto;
}

View file

@ -10,6 +10,7 @@ permalink: "/contact/index.html"
</header>
<section class="flow">
<p>Below are my primary methods of contact. They are the ones I monitor most and likely to respond!</p>
<div class="table-wrapper">
<table>
<thead>
<tr>
@ -37,9 +38,11 @@ permalink: "/contact/index.html"
</tr>
</tbody>
</table>
</div>
<p>
The following list covers various accounts on the internet that are mine. While you can probably contact me there, I'd prefer using one of the methods above.
</p>
<div class="table-wrapper">
<table>
<thead>
<tr>
@ -100,4 +103,5 @@ permalink: "/contact/index.html"
</tr>
</tbody>
</table>
</div>
</section>