mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
header is link and doesn't wrap text
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user