header is link and doesn't wrap text

This commit is contained in:
kaipher7
2026-04-28 15:53:09 -06:00
parent c7fd85987f
commit 046a2d7c0c
17 changed files with 117 additions and 25 deletions
@@ -12,11 +12,17 @@
</head>
<body>
<div class="header-wrap">
<a th:href="@{/explore}">
<header class="top-header">
<img th:src="@{images/header_left.png}" alt="Violin f-hole shape to the left of header." class="swirl">
<h1 class="site-name">Thyme Crunch</h1>
<img th:src="@{images/header_right.png}" alt="Violin f-hole shape to the right of header." class="swirl">
<img th:src="@{/images/header_left.png}" alt="Violin f-hole shape to the left of header." class="swirl">
<h1 class="site-name">
Thyme Crunch
</h1>
<img th:src="@{/images/header_right.png}" alt="Violin f-hole shape to the right of header." class="swirl">
</header>
</a>
</div>
<div class="align-decor">
<!-- Decor Left -->