Skip to content

Commit

Permalink
small spacing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Jun 5, 2024
1 parent 0dd0e6b commit fcc137b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ const logos = {
<main class="min-h-screen bg-neutral-900 text-white">
<header class="inset-x-0 bottom-0 bg-neutral-800">
<div class="mx-auto justify-between p-4 flex max-w-4xl">
<a href="/" class="items-center gap-1 flex">
<a href="/" class="items-center gap-3 flex">
<img
src="/favicon.svg"
class="inline-block w-8 object-cover rounded mr-2"
class="inline-block w-8 object-cover rounded"
alt="Terminal Icon"
/>
<h1 class="text-lg font-bold">$ ./clintp.xyz</h1>
</a>
<nav class="flex gap-2">
<nav class="flex gap-3">
{
resume.basics.profiles.map((profile) => (
<a
Expand Down

0 comments on commit fcc137b

Please sign in to comment.