add link to home on logo

This commit is contained in:
Tixie 2020-02-22 20:05:59 +01:00
parent 3e1a6befce
commit a03d5dacca
2 changed files with 8 additions and 3 deletions

View File

@ -6,8 +6,8 @@
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-top: 5.7rem;
padding-bottom: 6rem;
padding-top: 4.7rem;
padding-bottom: 5rem;
}
.header__title {
@ -16,6 +16,11 @@
font-size: 2rem;
}
.header__titleLink {
display: inline-block;
padding: 1rem;
}
/* Side
-------------------------------------------------------------- */

View File

@ -3,7 +3,7 @@
<button class="header__sideBtn">About</button>
</div>
<h1 class="header__title">
<img src="{ logo }" alt="Eldritch Radio">
<a class="header__titleLink" href="/"><img src="{ logo }" alt="Eldritch Radio"></a>
</h1>
<div class="header__side txtright">
<button class="header__sideBtn">Settings</button>