Fix tags, set max-width, increase gap.
parent
ed064d2b49
commit
a74a5bdbec
|
@ -19,18 +19,18 @@
|
||||||
</header>
|
</header>
|
||||||
<div class="flex flex-col gap-6">
|
<div class="flex flex-col gap-6">
|
||||||
<a href="https://github.com/jrpotter/" target="_blank">
|
<a href="https://github.com/jrpotter/" target="_blank">
|
||||||
<image class="w-6 h-6 link" src="./imgs/github.svg" />
|
<img class="w-6 h-6 link" src="./imgs/github.svg" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.linkedin.com/in/jrpotter2112/" target="_blank">
|
<a href="https://www.linkedin.com/in/jrpotter2112/" target="_blank">
|
||||||
<image class="w-6 h-6 link" src="./imgs/linkedin.svg" />
|
<img class="w-6 h-6 link" src="./imgs/linkedin.svg" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.zotero.org/jrpotter2112/library" target="_blank">
|
<a href="https://www.zotero.org/jrpotter2112/library" target="_blank">
|
||||||
<image class="w-6 h-6 link" src="./imgs/zotero.svg" />
|
<img class="w-6 h-6 link" src="./imgs/zotero.svg" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main class="mx-auto p-8">
|
<main class="mx-auto max-w-7xl p-8">
|
||||||
<section class="grid grid-cols-1 lg:grid-cols-2 gap-10 pb-16">
|
<section class="grid grid-cols-1 lg:grid-cols-2 gap-16 pb-16">
|
||||||
<div class="col-span-1 lg:col-span-2">
|
<div class="col-span-1 lg:col-span-2">
|
||||||
<h2 class="text-xl pb-2">Hosting</h2>
|
<h2 class="text-xl pb-2">Hosting</h2>
|
||||||
<p class="text-sm grow">
|
<p class="text-sm grow">
|
||||||
|
|
Loading…
Reference in New Issue