Update to Eleventy v3 #11
2 changed files with 94 additions and 87 deletions
3
src/css/utilities/table.css
Normal file
3
src/css/utilities/table.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.table-wrapper {
|
||||
overflow-x: auto;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue