spacing fix cec984e3
Steve · 2023-10-24 05:49 1 file(s) · +13 −13
src/components/layout/Header.astro +13 −13
21 21
	});
22 22
</script>
23 23
24 -
<header id="main-header" class="group relative mb-28 flex items-center sm:pl-[4.5rem]">
24 +
<header id="main-header" class="group relative mb-28 flex items-center justify-between sm:pl-[4.5rem]">
25 25
	<div class="flex sm:flex-col">
26 26
		<a
27 27
			href="/"
30 30
      >
31 31
32 32
      <svg
33 -
  key="0"
34 -
  class="mr-3 h-10 w-6 sm:absolute sm:left-[-4.5rem] sm:mr-0 sm:h-20 sm:w-12"
35 -
  fill="none"
36 -
  stroke="currentColor"
37 -
  strokeLinecap="round"
38 -
  strokeLinejoin="round"
39 -
  strokeWidth="2"
40 -
  viewBox="0 0 24 24"
41 -
  xmlns="http://www.w3.org/2000/svg"
42 -
>
43 -
  <path d="m8 3 4 8 5-5 5 15H2L8 3z" />
44 -
</svg>
33 +
        key="0"
34 +
        class="mr-3 h-10 w-6 sm:pb-4 sm:absolute sm:left-[-4.5rem] sm:mr-0 sm:h-20 sm:w-12"
35 +
        fill="none"
36 +
        stroke="currentColor"
37 +
        strokeLinecap="round"
38 +
        strokeLinejoin="round"
39 +
        strokeWidth="2"
40 +
        viewBox="0 0 24 24"
41 +
        xmlns="http://www.w3.org/2000/svg"
42 +
      >
43 +
        <path d="m8 3 4 8 5-5 5 15H2L8 3z" />
44 +
      </svg>
45 45
46 46
47 47
			<span class="text-xl font-bold sm:text-2xl">Steve Simkins</span>